Audio Equalizer

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

ما هو Audio Equalizer؟

Audio Equalizer هو إضافة Chrome تم تطويرها بواسطة Web Tools، والميزة الرئيسية لها هي "Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Audio Equalizer

قم بتنزيل ملفات الامتداد Audio Equalizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Audio Equalizer Audio Equalizer
ID ojnijeelknkboepginhdnepplmfjhppl
عنوان URL الرسمي https://chromewebstore.google.com/detail/audio-equalizer/ojnijeelknkboepginhdnepplmfjhppl
الوصف Audio Equalizer - adjust volume of sound, bass booster, sound booster, dim the highs. EQ Audio Equalizer for all webs!
حجم الملف 18.39 KB
عدد التثبيتات 9,126
النسخة الحالية 1.2.0
آخر تحديث 2022-12-12
تاريخ النشر 2020-09-11
تقييم 4.13/5 مجموع تقييمات 23
المطور Web Tools
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        }
    }
}