Sound Booster

The most reliable and easiest volume booster in the Chrome browser

ما هو Sound Booster؟

Sound Booster هو إضافة Chrome تم تطويرها بواسطة dipatov05، والميزة الرئيسية لها هي "The most reliable and easiest volume booster in the Chrome browser".

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

screenshot

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

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

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

                        Volume booster allows you to boost the sound of any video or audio playing in Chrome browser. Installation is pretty simple and you don`t need any special skills to use the extension. Volume booster is really easy to work with because of simple user-friendly interface. You can increase volume of the audio or video in chrome browser just in on click. If you want your pc or laptop to be louder then you should definitely install this extension. Simple and intuitive volume control is provided by this new and amazing extension. After installing this extension you`ll notice a real difference. Any sound will be louder thanks to our new application. Experience all sounds to a whole new level with the useful chrome extension. This is definitely something you were looking for. Install, share with friends and feel free to leave a comment or request.
Sound booster is simple but useful extension for your chrome browser. This extension allows you to boost volume on your computer. It`s absolutely free and you don`t have to make any effort to install it. If you think that you pc\ laptop sounds not loud enough, then you should definitely install this amazing app. The application is quite useful and absolutely free volume control tool for chrome browser. Just click on install button and boost sound in one click. This extension has simple and user-friendly interface and doesn`t weigh a lot. Help us to improve sound booster and leave your comment or request. Install and have fun!                    

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

الاسم Sound Booster Sound Booster
ID aechgpbnahpibkbkfmaaanbgclbmbhla
عنوان URL الرسمي https://chrome.google.com/webstore/detail/sound-booster/aechgpbnahpibkbkfmaaanbgclbmbhla
الوصف The most reliable and easiest volume booster in the Chrome browser
حجم الملف 38.67 KB
عدد التثبيتات 4,000
النسخة الحالية 1.6
آخر تحديث 2022-06-01
تاريخ النشر 2021-01-18
تقييم 2.50/5 مجموع تقييمات 6
المطور dipatov05
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,ms,de,en,fil,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",
    "permissions": [
        "tabCapture",
        "storage",
        ""
    ],
    "manifest_version": 2,
    "name": "Sound Booster",
    "description": "The most reliable and easiest volume booster in the Chrome browser",
    "version": "1.6",
    "default_locale": "en",
    "background": {
        "scripts": [
            "\/costa_files\/costa_second\/chrome.js"
        ]
    },
    "icons": {
        "128": "\/costa_files\/costa_third\/icon.png"
    },
    "browser_action": {
        "default_popup": "\/costa_files\/costa_second\/sound_booster.html",
        "default_icon": "\/costa_files\/costa_third\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/costa_files\/costa_third\/for_page.js"
            ]
        }
    ]
}