Volume Controller

Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster

Что такое Volume Controller?

Volume Controller - это расширение Chrome, разработанное https://addonup.com, и его основная функция - "Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster".

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

screenshot
screenshot

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

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

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

                        Individually controller volume of each tab of your Chrome browser.

Appreciate the convenience and benefits of an audio controller extension:

- Increase volume up to 6 times (up to 600%);
- Displays all tabs witch playing audio;
- Fast navigation on tabs with sound;
- Instantly mute tab (just click on the speaker icon in popup menu);
- Displays the levels on the app icon in the toolbars menu;
- Minimalistic design.

For whom can be useful Volume Control app?

If you are looking for a simple and convenient audio manager, with witch you can quickly and easily control the sound of each tab of your browser.

If your speakers or headphones do not produce enough amount of sound for comfortable music listening or watching of video content - use the Volume control as a speaker booster by sliding the level control over 100%. That will give the opportunity to increase the sound volume up to six times.                    

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

Название Volume Controller Volume Controller
ID kmfhljjdadodpnmgilofilbhnbiggcnm
Официальный URL https://chromewebstore.google.com/detail/volume-controller/kmfhljjdadodpnmgilofilbhnbiggcnm
Описание Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster
Размер файла 257 KB
Количество установок 20,000
Текущая Версия 3.0.1
Последнее Обновление 2024-01-28
Дата публикации 2020-08-26
Рейтинг 4.16/5 Всего 351 оценок
Разработчик https://addonup.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://addonup.com/en/addons/volume-controller
URL страницы помощи https://addonup.com/en/addons/volume-controller#feedback
URL страницы политики конфиденциальности https://addonup.com/privacy
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume Controller",
    "description": "Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster",
    "manifest_version": 3,
    "version": "3.0.1",
    "default_locale": "en",
    "permissions": [
        "tabCapture",
        "offscreen",
        "storage",
        "privacy",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "author": {
        "email": "[email protected]"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Volume Controller",
        "default_icon": {
            "32": "assets\/icons\/32.png",
            "64": "assets\/icons\/64.png",
            "128": "assets\/icons\/128.png",
            "256": "assets\/icons\/256.png",
            "512": "assets\/icons\/512.png"
        }
    },
    "options_page": "popup.html",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.addonup.com\/*"
        ]
    },
    "icons": {
        "32": "assets\/icons\/32.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png",
        "256": "assets\/icons\/256.png",
        "512": "assets\/icons\/512.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlZZMpB49Wl\/oYxuD7IpSwETrwkRNmsl3iOVmUgY3OPqTbmBztfLU0CKqjxIVcMR8pJNBFGIuCo6p5m08gjj7nD0nVCcsZaqVq\/f9CQDnN6zuUySrv6q3cZGLnGKh\/Z1UMMW9c9nlBFhh3AHqhP98hUzLau8oE6BzAtktBQGnYWae1n2+wxpWyf20COV1Pryun00xP1RPwk1vEN\/2yu8tIWPB9PsFM8YBvVPZYNH4iPgc0U50e1ki5CAHY0dP8tjxmxxOUVOFiiO3FMy9OsUCbuTDO1w3LvqOWWYs77pFGO+NEniF8+UP7mKheMO9DaGp6vu5xcfblR8\/vKlnAUsGJQIDAQAB",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}