Volume Controller

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

Co to jest Volume Controller?

Volume Controller to rozszerzenie Chrome opracowane przez https://addonup.com, a jego główną funkcją jest „Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Volume Controller

Pobierz pliki rozszerzeń Volume Controller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Volume Controller Volume Controller
ID kmfhljjdadodpnmgilofilbhnbiggcnm
Oficjalny URL https://chromewebstore.google.com/detail/volume-controller/kmfhljjdadodpnmgilofilbhnbiggcnm
Opis Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster
Rozmiar pliku 257 KB
Liczba instalacji 20,000
Aktualna Wersja 3.0.1
Ostatnia Aktualizacja 2024-01-28
Data Publikacji 2020-08-26
Ocena 4.16/5 Łącznie 351 Oceny
Deweloper https://addonup.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://addonup.com/en/addons/volume-controller
Adres URL Strony Pomocy https://addonup.com/en/addons/volume-controller#feedback
Adres URL Strony Polityki Prywatności https://addonup.com/privacy
Obsługiwane Języki 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"
            }
        ]
    }
}