Audio Equalizer - EQ

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

Was ist Audio Equalizer - EQ?

Audio Equalizer - EQ ist eine Chrome-Erweiterung, die von Cute Cursors entwickelt wurde, und ihr Hauptmerkmal ist "Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Audio Equalizer - EQ-Erweiterungs-CRX-Datei herunterladen

Laden Sie Audio Equalizer - EQ-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Audio Equalizer - EQ Audio Equalizer - EQ
ID dddonmdoiepbnlieemndhohfdhjplcce
Offizielle URL https://chromewebstore.google.com/detail/audio-equalizer-eq/dddonmdoiepbnlieemndhohfdhjplcce
Beschreibung Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!
Dateigröße 100 KB
Installationsanzahl 30,309
Aktuelle Version 2.4.7
Letztes Update 2024-02-17
Veröffentlichungsdatum 2020-09-28
Bewertung 3.72/5 Insgesamt 163 Bewertungen
Entwickler Cute Cursors
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://cutecursors.com/privacy
Unterstützte Sprachen 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\/*",
                "*.*"
            ]
        }
    ]
}