Audio Equalizer and Amplifier An easy-to-use web audio equalizer and amplifier
Support Development
PayPal ● Credit Card ● 
Bitcoin Address: bc1qy423zsyt8ga34fe0jc6vullk5lf6x83jvqw2vm
Lightning Address: [email protected]
Your Input Matters
Review
Advertisements
Extension Screenshot
The Audio Equalizer and Amplifier extension adds an action button to your browser that gives you full control over the sound output of all audio and video elements across web pages. In the popup panel, a single switch at the top lets you completely enable or disable all audio processing; when turned off, no script is injected into any tabs, ensuring zero performance impact or resource usage (unlike many similar extensions). The middle section offers two powerful controls: a global pre-amplification slider that can boost volume beyond what individual players allow, and a full graphic equalizer for adjusting specific frequency bands. At the bottom, you can easily manage unlimited custom audio profiles—each storing its own pre-amp level and complete equalizer settings—with simple buttons to create new profiles or delete the active one (all profiles except the built-in Default are removable). Switching between profiles is instant, and if you enable the extension after a page has already loaded, just refresh the tab for the controls to take effect on that page's media elements.

Features

FAQs

  1. What is the "Audio Equalizer and Amplifier" extension and how does it work?

    Audio Equalizer and Amplifier lets you control and enhance all sound playing in your browser. It provides a global volume booster (pre-amp) that can push audio louder than a player's own maximum, plus a 10-band graphic equalizer (60 Hz to 16 kHz – same bands as VLC). It includes ready-made presets like Classical, Rock, Pop, Full Bass, Club, Live, and more, plus a flat "Default" preset for volume-only control and a "Custom" preset that saves your manual adjustments. All settings are saved per profile, so you can create and switch between unlimited custom setups instantly.

  2. recommended "2FA (Two Factor Authentication)" extension for Chrome, and Edge browsers.

    2FA (Two-Factor Authentication) is an Aegis-compatible browser extension for managing TOTP and HOTP codes. It stores your tokens in an encrypted Aegis database file on your device instead of browser storage, making it easy to sync across devices with any file-sharing service. The database uses the same strong encryption as Aegis Authenticator and is fully compatible with the Aegis Android app. You can create, edit, organize, and delete tokens, customize their details and icons, and use keyboard shortcuts for faster access. Read more here.

  3. I'm a heavy YouTube user and only want the equalizer to affect YouTube. Can I restrict it to YouTube only?

    Starting from version 0.2.0 you can tie any profile to a specific site. Just name the profile with "@hostname" at the end (e.g., "My YT [email protected]" or "Loud [email protected]"). That profile will only activate on the matching domain. For normal browsing or other sites, switch back to your Default profile (or any profile without "@"). You can even create one profile for both YouTube and YouTube Music by using "@youtube.com".

  4. What's new in this version?

    Please check the Logs section.

  5. Can I create multiple custom equalizer presets?

    Click the "Add" button next to the profile dropdown to create a new profile (give it a unique name). It starts as a copy of the current one, then tweak the frequency bands, pre-amp, or load any preset you like. No save button needed—changes are saved automatically. Switch profiles anytime, and if the extension is enabled, your new settings instantly apply to all active media players.

  6. What's the difference between leaving the extension enabled with the "Default" (flat) profile selected, and fully disabling the extension in the popup?

    • Fully disabled (switch off in the popup): The extension stops listening to page loads entirely. No script is injected into any tab → zero performance impact and no audio control at all.
    • Enabled + Default profile selected: The script is injected into tabs (tiny overhead), but since the equalizer is flat, it does nothing to frequencies. You still get global volume control via the pre-amp slider, and changes apply instantly without refreshing.

    So, disable completely for zero overhead when you want no control; keep enabled with Default profile when you only want the extra volume boost.

  7. Should I turn the extension completely off in the popup when I'm not using it, or leave it enabled with the flat Default profile?

    • Turn it fully off if you don't mind refreshing tabs when you want control again: zero background activity, zero CPU/memory use (the extension isn't even watching page loads).
    • Leave it enabled + Default profile if you want instant global volume adjustments without ever refreshing tabs (the tiny script stays injected but does nothing to sound quality).

    Choose based on whether you value absolute zero overhead or instant no-refresh volume control more.

  8. Can I use this extension alongside another global audio equalizer or volume booster?

    No. The Web Audio API allows only one extension to connect to each media element at a time. If another equalizer or audio-processing addon (or even the website itself) has already taken control of the audio node, this extension cannot interfere. Only one global audio controller can be active per tab.

  9. Why doesn't the extension work on some websites?

    It fails in two situations:

    1. Another audio-processing extension (or the page itself) has already connected its own AudioNode to the media element first—only one node can take control, so the first one wins.
    2. The website itself uses the Web Audio API and locks the audio pipeline (common on Spotify Web, Apple Music, some streaming services, etc.).

    In both cases, this extension can't attach its processor because the slot is already taken.

  10. What does the "Persist" checkbox in the popup do?

    When checked, the extension stays enabled (and keeps your last profile active) even after you close and reopen the browser. If unchecked, the extension automatically turns itself off on every browser restart.

  11. Can I completely disable the equalizer on specific websites?

    Yes (from v0.2.2 onward). Create a new profile and include ".disabled" in its name followed by @hostname (e.g., "[email protected]" or "[email protected]"). This fully blocks the extension—including pre-amp volume control—on that domain. To re-enable, simply delete the profile.

Advertisements

Reviews

Please keep reviews clean, avoid improper language, and do not post any personal information. Also, please consider sharing your valuable input on the official store.

What's new in this version

Version--
Published--/--/--
Change Logs:
    Last 10 commits on GitHub
    Hover over a node to see more details

    Need help?

    If you have questions about the extension, or ideas on how to improve it, please post them on the  support site. Don't forget to search through the bug reports first as most likely your question/bug report has already been reported or there is a workaround posted for it.

    Open IssuesIssuesForks

    Permissions are explained

    PermissionDescription
    storageto keep user preferences such as volume level and per-frequency amplification levels
    webNavigationto be able to inject controlling script to the browser tabs when the extension is enabled
    <all_urls>to be able to control audio equalization for both local and remote resources

    Recent Blog Posts