Review of "Headphone Volume Limiter" version 1.0.0 (1)

Details Page Preview

Cap media volume when headphones (wired or Bluetooth) are the active output — like the hearing-safety feature on phones. Configurable threshold, three action modes (warn-allow, warn-prompt, block), per-device targeting, and a Quick Settings toggle.

Extension Homepage
https://github.com/imnotndesh/headphone-volume-limiter

No comments.

FAQ

Files

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

Shexli (experimental) warning 2

Shexli found 2 issues that may need reviewer attention.

EGO-P-007 warning

JavaScript files should be reachable from extension.js or prefs.js

Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.

Don't include unnecessary files

  • deviceUtils.js

EGO-L-003 warning

signals connected by extension should be disconnected in disable()

Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.

Disconnect all signals

  • extension.js:405
            this._notifSource.connect('destroy', () => {
                this._notifSource = null;
            })

All Versions

Version Status
1.0.0 (6) Unreviewed
1.0.0 (5) Rejected
1.0.0 (4) Rejected
1.0.0 (3) Rejected
1.0.0 (2) Rejected
1.0.0 (1) Rejected

Previous Reviews on this Version

Imnotndesh auto- rejected
Auto-rejected because of new version 1.0.0 (2) was uploaded