๐Ÿ”’ No data leaves your device

Privacy Policy

EqualLoud ยท Effective date: 2026-06-18 ยท Version 1.1.0

EqualLoud processes audio entirely on your device. It does not collect, transmit, or sell any personal data. There are no analytics, no telemetry, no trackers, and no third-party servers involved in its operation.

What EqualLoud does

EqualLoud is a browser extension that automatically balances the loudness of audio/video tabs. It injects a content script into web pages so it can attach a Web Audio graph to each <video> / <audio> element, measure its loudness (using the ITU-R BS.1770 K-weighting algorithm), and apply a gain adjustment so every tab converges to one target loudness.

All of this happens locally in your browser.

Permissions and why each is required

Permission Why it's needed
host_permissions: <all_urls> So balancing works automatically on every site, without per-site enablement. The content script must run on the page to reach its media elements. No page content is read or transmitted โ€” only the audio stream is measured locally.
tabs To list open tabs in the popup and show their titles. Tab titles and URLs stay in local memory and are shown only to you in the popup.
storage To remember your settings (target loudness, limiter config, UI locale) across browser restarts. Stored only in chrome.storage.local on your device.
alarms A periodic housekeeping timer that prunes closed tabs and recovers state after the service worker sleeps.
favicon (Chrome 118+) Displays each tab's website icon in the popup. Served from Chrome's local favicon cache via the _favicon/ API โ€” no network request to the site or any third party.

Data handling specifics

What EqualLoud does NOT do

Children's privacy

EqualLoud does not knowingly collect any data from anyone, including children under 13. It is a general-purpose utility with no audience-targeting features.

Changes to this policy

Material changes will be reflected in this file and noted in CHANGELOG.md. The extension version (visible in the popup footer) tracks the code this policy applies to.

Source code & contact

EqualLoud is open source. You can audit every claim above at github.com/mzaxd/EqualLoud. Open an issue there for any privacy questions.