Boost Chrome tab audio up to 600%, with per-tab control and local processing in the browser.
Ad-free. No data collection. Open source.
Extension page: https://maxjuniorbr.github.io/volume-for-b/
- It helps when a browser tab is too quiet even with browser and system volume already high.
- Control is per tab. It does not change the computer's overall volume.
- Audio processing happens locally in the browser.
- It increases gain. It does not fix poor source audio or replace hardware.
- 0% to 600% volume range
- Per-tab audio control
- Mute, unmute, and quick reset
- Per-domain memory
- Light and dark themes
- Extension UI in Portuguese and English
- Public landing page in EN, PT-BR, and ES
- Chrome Extension Manifest V3
popup.*for the extension UIsw.jsfor extension orchestrationoffscreen.*for audio processing_locales/for localizationtests/covering the core flow
git clone https://github.com/maxjuniorbr/volume-for-b.git
cd volume-for-b
npm install
npm testAfter that:
- Open
chrome://extensions/ - Enable developer mode
- Click
Load unpacked - Select the project folder
npm run dev # Developer-mode instructions
npm run build # Production build
npm run lint # Fix lint issues
npm run lint:check # Validate lint without changing files
npm test # Run unit tests
npm run clean # Remove build artifactsnpm run lint:checknpm testnpm run build- SonarCloud with an
AQuality Gate target
- Public page: https://maxjuniorbr.github.io/volume-for-b/
- Support: SUPPORT.md
- Privacy: PRIVACY.md
- Security: SECURITY.md
MIT. See LICENSE.