Review of "CyberGlow" version 3

Details Page Preview

A neon shape overlay with tinted rain, dust, and glitch flicker reacting to the music on the desktop background, plus optional neon window underglow.

Extension Homepage
https://github.com/visnudeva/CyberGlow

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli did not find any issues.

All Versions

Version Status
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please don't send extensions here without testing. We don't have `connectObject` and `disconnectObject` in `prefs.js`. 2. If you want to cleanup in `prefs.js` the window signal is `close-request`: ```js window.connect('close-request', () => { // clean up here }); ```
visnudeva posted a review
1. My bad, Removed all connectObject / disconnectObject usage from prefs.js 2.Added cleanup as suggested