Volume Booster With Keyboard Shortcuts

Volume Booster helps boost video sound on any tab! You can increase or decrease volume using keyboard shortcuts

O que é Volume Booster With Keyboard Shortcuts?

Volume Booster With Keyboard Shortcuts é uma extensão do Chrome desenvolvida por goodmoviesinfo, e sua principal característica é "Volume Booster helps boost video sound on any tab! You can increase or decrease volume using keyboard shortcuts".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Volume Booster With Keyboard Shortcuts

Baixe arquivos de extensão Volume Booster With Keyboard Shortcuts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Volume Booster With Keyboard Shortcuts helps boost video or music volume to up to 600%.

After installation, you can click the extension icon and control the volume using the slider, or use the toggle to turn off/on the extension.

Volume level is per tab. You can set different volume levels for different tabs.

You can use "Alt+Up" to increase the volume and "Alt+Down" to decrease the volume. Sometimes you need to click the extension icon for at least once.                    

Informações Básicas da Extensão

Nome Volume Booster With Keyboard Shortcuts Volume Booster With Keyboard Shortcuts
ID ilkeadgdlbmabcdkgmiogcamcogbjoii
URL Oficial https://chromewebstore.google.com/detail/volume-booster-with-keybo/ilkeadgdlbmabcdkgmiogcamcogbjoii
Descrição Volume Booster helps boost video sound on any tab! You can increase or decrease volume using keyboard shortcuts
Tamanho do Arquivo 112 KB
Contagem de Instalações 46
Versão Atual 1.0
Última Atualização 2024-02-06
Data de Publicação 2024-02-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor goodmoviesinfo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "name": "Volume Booster With Keyboard Shortcuts",
    "version": "1.0",
    "action": {
        "default_icon": {
            "19": "icons\/icon-logo.png",
            "38": "icons\/icon-logo.png"
        }
    },
    "description": "Volume Booster helps boost video sound on any tab! You can increase or decrease volume using keyboard shortcuts",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content.js"
            ]
        }
    ],
    "commands": {
        "volume-up": {
            "suggested_key": {
                "default": "Alt+Up"
            },
            "description": "Increase the volume"
        },
        "volume-down": {
            "suggested_key": {
                "default": "Alt+Down"
            },
            "description": "Decrease the volume"
        }
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icons\/icon-logo.png"
    },
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "tabCapture",
        "storage",
        "system.display"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.css"
            ]
        }
    ]
}