Audio Equalizer

Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!

What is Audio Equalizer?

Audio Equalizer is a Chrome extension developed by Web Tools, and its main feature is "Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Audio Equalizer Extension CRX File

Download Audio Equalizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Audio Equalizer is for adjust volume of sound, bass booster, sound booster (up to 3x volume your speakers), dim the highs, up the vocals, 12 band parametric EQ, switch between stereo and mono. 

EQ Audio Equalizer works on all web pages including YouTube videos, live stream, TV and online radios.

Audio Equalizer is easy to use and for everyone!                    

Extension Basic Information

Name Audio Equalizer Audio Equalizer
ID ojnijeelknkboepginhdnepplmfjhppl
Official URL https://chromewebstore.google.com/detail/audio-equalizer/ojnijeelknkboepginhdnepplmfjhppl
Description Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!
File Size 18.39 KB
Installation Count 9,126
Current Version 1.2.0
Last Updated 2022-12-12
Publish Date 2020-09-11
Rating 4.13/5 Total 23 Ratings
Developer Web Tools
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Audio Equalizer",
    "version": "1.2.0",
    "description": "Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!",
    "permissions": [
        "tabCapture"
    ],
    "icons": {
        "19": "img\/img19.png",
        "32": "img\/img32.png",
        "64": "img\/img64.png",
        "128": "img\/img128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/img19.png",
            "32": "img\/img32.png",
            "64": "img\/img64.png",
            "128": "img\/img128.png"
        }
    }
}