Audio Equalizer - EQ

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

Qu'est-ce que Audio Equalizer - EQ ?

Audio Equalizer - EQ est une extension Chrome développée par Cute Cursors, et sa fonction principale est "Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Audio Equalizer - EQ

Téléchargez les fichiers d'extension Audio Equalizer - EQ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Audio Equalizer - EQ Audio Equalizer - EQ
ID dddonmdoiepbnlieemndhohfdhjplcce
URL Officiel 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!
Taille du Fichier 100 KB
Nombre d'Installations 30,309
Version Actuelle 2.4.7
Dernière Mise à Jour 2024-02-17
Date de Publication 2020-09-28
Évaluation 3.72/5 Total 163 Évaluations
Développeur Cute Cursors
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://cutecursors.com/privacy
Langues Prises en Charge 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\/*",
                "*.*"
            ]
        }
    ]
}