Volume Controller

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

Was ist Volume Controller?

Volume Controller ist eine Chrome-Erweiterung, die von https://addonup.com entwickelt wurde, und ihr Hauptmerkmal ist "Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster".

Erweiterungsscreenshots

screenshot
screenshot

Volume Controller-Erweiterungs-CRX-Datei herunterladen

Laden Sie Volume Controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Volume Controller Volume Controller
ID kmfhljjdadodpnmgilofilbhnbiggcnm
Offizielle URL https://chromewebstore.google.com/detail/volume-controller/kmfhljjdadodpnmgilofilbhnbiggcnm
Beschreibung Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster
Dateigröße 257 KB
Installationsanzahl 20,000
Aktuelle Version 3.0.1
Letztes Update 2024-01-28
Veröffentlichungsdatum 2020-08-26
Bewertung 4.16/5 Insgesamt 351 Bewertungen
Entwickler https://addonup.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://addonup.com/en/addons/volume-controller
Hilfeseite URL https://addonup.com/en/addons/volume-controller#feedback
URL der Datenschutzrichtlinien-Seite https://addonup.com/privacy
Unterstützte Sprachen 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"
            }
        ]
    }
}