A minimal and direct browser extension to stabilize volume on YouTube Music using the Web Audio API.
It acts as a real-time audio compressor and limiter to balance volume between quiet and loud songs without distortion.
- Compressor & Limiter: Controls track dynamics to prevent clipping and balance volume.
- Auto-Gain: Equalizes perceived loudness across different tracks.
- Smart Mode: Automatically detects if a song is too compressed or too dynamic and adjusts settings on the fly.
- Highpass Filter: Removes unwanted sub-bass rumble (< 30 Hz).
- Pitch Black UI: Dark interface matching YouTube's layout.
- i18n: Available in English and Portuguese (pt-BR).
Clone or download this repository first:
git clone https://github.com/adeondev/k-room-yt-music.git- Go to
chrome://extensions/. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the
chrome/folder. - Open YouTube Music and click the extension icon.
- Go to
about:debugging#/runtime/this-firefox. - Click "Load Temporary Add-on...".
- Select the
firefox/manifest.jsonfile. - Open YouTube Music and click the extension icon.
Temporary add-ons are removed when Firefox restarts. For a persistent install, the extension needs to be signed via AMO.