Volume Adjuster

Used to adjust the volume of html audio/video tags

O que é Volume Adjuster?

Volume Adjuster é uma extensão do Chrome desenvolvida por giomrella, e sua principal característica é "Used to adjust the volume of html audio/video tags".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Volume Adjuster

Baixe arquivos de extensão Volume Adjuster 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

                        A simple extension to mute or adjust the volume of audio or video tags on the current tab. This is especially useful for adjusting an individual's audio on group video calls, or when you can't find that ad on a page talking over your video. Give it a try!                    

Informações Básicas da Extensão

Nome Volume Adjuster Volume Adjuster
ID jodboiahhplamjcpimpdbealafbjcjab
URL Oficial https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab
Descrição Used to adjust the volume of html audio/video tags
Tamanho do Arquivo 16.17 KB
Contagem de Instalações 141
Versão Atual 0.0.0.1
Última Atualização 2020-12-11
Data de Publicação 2020-12-11
Desenvolvedor giomrella
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/giomrella/volume-adjuster-extension
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume Adjuster",
    "description": "Used to adjust the volume of html audio\/video tags",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "volume.png"
        }
    },
    "manifest_version": 2,
    "version": "0.0.0.1",
    "icons": {
        "48": "volume.png"
    }
}