Sound Booster for Chrome

Boost your video and music volume sound. Increase the volume to the max level and control it of any tab.

Что такое Sound Booster for Chrome?

Sound Booster for Chrome - это расширение Chrome, разработанное https://boostmysound.com, и его основная функция - "Boost your video and music volume sound. Increase the volume to the max level and control it of any tab.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Sound Booster for Chrome

Скачайте файлы расширений Sound Booster for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        It is a simple and fast way to boost your sound on speakers or headphones. In addition, the sound amplifier helps achieve louder movies, videos, and louder music. Unleash the power of YouTube sound on your browser! Increase the volume to the max level and control it of any tab.

Volume Booster allows you to improve the sound quality in the Chrome browser to get more pleasure from listening to YouTube Music and watching videos. Bass boost to the full. Volume booster boosts by 600%.

It is a free and trusted sound booster extension that lets you separately control sound for any YouTube tab. It is handy when controlling the volume in different browser tabs. For example, you can quickly fade music tracks opened in separate accounts and create other effects.

How to use the sound booster chrome extension:
1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and slide right to boost the sound level.

Listen to your favorite songs/videos on YouTube at maximum volume. Blast out your sound today!                    

Основная информация о расширении

Название Sound Booster for Chrome Sound Booster for Chrome
ID npdkajaichmkaleghfhaiblkendnngmj
Официальный URL https://chrome.google.com/webstore/detail/sound-booster-for-chrome/npdkajaichmkaleghfhaiblkendnngmj
Описание Boost your video and music volume sound. Increase the volume to the max level and control it of any tab.
Размер файла 207 KB
Количество установок 580,323
Текущая Версия 1.0.2
Последнее Обновление 2023-01-18
Дата публикации 2022-12-27
Рейтинг 4.62/5 Всего 111 оценок
Разработчик https://boostmysound.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://boostmysound.com/
URL страницы политики конфиденциальности https://boostmysound.com/privacy.html
Поддерживаемые языки 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,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.2",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/static\/128.png",
        "64": "assets\/static\/128.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabCapture",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-booster.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "static\/*",
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf",
        "*.css"
    ]
}