Volume Controller

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

¿Qué es Volume Controller?

Volume Controller es una extensión de Chrome desarrollada por https://addonup.com, y su función principal es "Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Volume Controller

Descarga archivos de extensión Volume Controller en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Volume Controller Volume Controller
ID kmfhljjdadodpnmgilofilbhnbiggcnm
URL Oficial https://chromewebstore.google.com/detail/volume-controller/kmfhljjdadodpnmgilofilbhnbiggcnm
Descripción Audio Volume Controller for Chrome. Set sound level for each tab separately with audio sound booster
Tamaño del Archivo 257 KB
Cantidad de Instalaciones 20,000
Versión Actual 3.0.1
Última Actualización 2024-01-28
Fecha de Publicación 2020-08-26
Calificación 4.16/5 Total de 351 Calificaciones
Desarrollador https://addonup.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://addonup.com/en/addons/volume-controller
URL de la Página de Ayuda https://addonup.com/en/addons/volume-controller#feedback
URL de la Página de Política de Privacidad https://addonup.com/privacy
Idiomas Soportados 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"
            }
        ]
    }
}