Audio Equalizer - EQ

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

What is Audio Equalizer - EQ?

Audio Equalizer - EQ is a Chrome extension developed by Cute Cursors, 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 - EQ Extension CRX File

Download Audio Equalizer - EQ 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 - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all website!

The Audio Equalizer, a powerful tool that allows you to adjust the volume of sound, boost bass, raise the overall sound level (up to 3 times the volume of your speakers), and control the highs to create the perfect audio experience. This EQ Audio Equalizer works seamlessly on all web pages, including YouTube videos, live streams, TV shows, and online radios.

With a 12-band parametric EQ, you have full control over the sound frequencies. Fine-tune the audio to your preference, enhance vocals, and switch effortlessly between stereo and mono modes.

This browser extension is designed to improve your audio experience across all websites. Whether you want to enjoy clearer dialogues in movies, pump up the bass in your favorite songs, or adjust the sound balance in live streams, Audio Equalizer has you covered.

Rest assured, the extension only requires permission to "Read and change all your data on the websites you visit" for the sole purpose of modifying the audio to meet your specific preferences.

Audio Equalizer is user-friendly and suitable for everyone. Enhance your audio experience today with this simple yet powerful tool.                    

Extension Basic Information

Name Audio Equalizer - EQ Audio Equalizer - EQ
ID dddonmdoiepbnlieemndhohfdhjplcce
Official URL https://chromewebstore.google.com/detail/audio-equalizer-eq/dddonmdoiepbnlieemndhohfdhjplcce
Description Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!
File Size 100 KB
Installation Count 30,309
Current Version 2.4.7
Last Updated 2024-02-17
Publish Date 2020-09-28
Rating 3.72/5 Total 163 Ratings
Developer Cute Cursors
Email [email protected]
Payment Type free
Privacy Policy Page URL https://cutecursors.com/privacy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "32": "assets\/img\/image32.png",
            "64": "assets\/img\/image64.png",
            "96": "assets\/img\/image96.png",
            "128": "assets\/img\/image128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "isolated.js",
                "main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "32": "assets\/img\/image32.png",
        "64": "assets\/img\/image64.png",
        "96": "assets\/img\/image96.png",
        "128": "assets\/img\/image128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2\/vTFEzoVb8Gv5wF2TXyyG4CWGqxtq\/v+D3rGCKIBfMmOw9IGNgWlLQXUFHZbyxtNE4PPoigbMZUEjnLH+UHWfCG46odPTPxC+2v4RQvO87eYQz5NcP8b9SLR4DA3OBzcIyz7FY5PFWw2fbTBjIA2rhG6hXt2Vx5i6XS1vMSFDRElkCcyufUBe38g385ZjKpKd8lK7z\/mBR8ojBxfrRzP82YQVk2bwpYptoQyo9UrTkt6VUllNXF9hBrV7tUyPILKVqK6KiXZOIQnvw6V3MoDdtl1eLrl1oMhcamB6sQ3jDiQKqSsAnZjfUGVJZ7plwyIbMCVvNF5eqES8m1sw1PrwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "notifications",
        "alarms"
    ],
    "options_page": ".\/popup.html",
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4.7",
    "version_name": "2.4.7",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "*:\/\/*.addonup.com\/*",
                "*.*"
            ]
        }
    ]
}