Volume Booster

Volume Booster increases your volume. Sound booster at new level.

Что такое Volume Booster?

Volume Booster - это расширение Chrome, разработанное Web Tools, и его основная функция - "Volume Booster increases your volume. Sound booster at new level.".

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

screenshot
screenshot

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

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

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

                        Volume Booster increases your volume in tab. Sound booster at new level. You can boost your volume for Youtube Videos and Youtube Music. Extension can be used on all sites. 

This extension works as toggle:
 1. Click to boost the volume.
 2. Indicator will show the multiplier that is applied to your volume.
 3. Click again to increase it.

Volume Booster cotains preinstalled 3 standard presets:
 1 - Normal  
 2 - High
 3 - Very high

Make awesome sound booster from your browser. Thank you for using this Volume Booster and good rating. I will answer any questions.                    

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

Название Volume Booster Volume Booster
ID nolbmjhicibknokpnbdaleabonbmioil
Официальный URL https://chromewebstore.google.com/detail/volume-booster/nolbmjhicibknokpnbdaleabonbmioil
Описание Volume Booster increases your volume. Sound booster at new level.
Размер файла 14.48 KB
Количество установок 5,646
Текущая Версия 1.0.0
Последнее Обновление 2021-06-22
Дата публикации 2021-06-22
Рейтинг 4.17/5 Всего 12 оценок
Разработчик Web Tools
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volume Booster",
    "description": "Volume Booster increases your volume. Sound booster at new level.",
    "version": "1.0.0",
    "icons": {
        "16": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}