Sound Booster

Easy-to-use volume booster with sound control and music genres presets.

ما هو Sound Booster؟

Sound Booster هو إضافة Chrome تم تطويرها بواسطة Sequoia Red، والميزة الرئيسية لها هي "Easy-to-use volume booster with sound control and music genres presets.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Sound Booster

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

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

                        Equalizer allows you to improve sound quality of your Chrome browser to get more enjoy of listening music and watching videos.

Extension includes:
- 10 bands equalizer - audio filter to change the frequency envelope of the sound;
- Collection of 14 music genres Presets;
- Audio Volume Control - to instantly set the desired volume level;
- Volume Booster - increase volume to 400% of the standard sound power;
- Bass Booster preset - audio effect to amplify low frequencies of the sound;
- Small Speakers preset - increase the clarity of the sound, if your speakers are quiet;
- Vocal Booster preset - amplify hight frequencies of the sound;
- Also you able to create your own custom preset.

Audio equalizer lets you adjust sound effect levels so that you get the best out of your speakers and headphones.

This extension is an easy and convenient music tool for brilliant sounding of your favorite songs.
Just try to take advantage of this equalizer and enjoy its benefits.

Optimize the sound according to the genre which you listening with equalizer for chrome browser.

Enjoy the sound matched to your taste with Sound Equalizer!                    

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

الاسم Sound Booster Sound Booster
ID jgbgcmhkbphbhbfeeighjmiaoonppcpl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/sound-equalizer/jgbgcmhkbphbhbfeeighjmiaoonppcpl
الوصف Easy-to-use volume booster with sound control and music genres presets.
حجم الملف 560 KB
عدد التثبيتات 503,780
النسخة الحالية 2.3.3
آخر تحديث 2023-01-02
تاريخ النشر 2020-03-01
تقييم 4.64/5 مجموع تقييمات 645
المطور Sequoia Red
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/extgroupvolume
اللغات المدعومة id,ms,de,en,en-GB,en-US,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ExtGroup Dev",
    "background": {
        "scripts": [
            "js\/tuna.js",
            "js\/jungle.js",
            "js\/Core.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/icons\/icon_128.png",
            "256": "assets\/icons\/icon_256.png",
            "32": "assets\/icons\/icon_32.png",
            "64": "assets\/icons\/icon_64.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_eq_default_title__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/player.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "js\/playback-buttons.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_eq_description__",
    "icons": {
        "128": "assets\/icons\/icon_128.png",
        "256": "assets\/icons\/icon_256.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_eq_name__",
    "permissions": [
        "tabCapture",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Sound Equalizer",
    "version": "2.3.3"
}