Anti Ear Blaster

Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.

O que é Anti Ear Blaster?

Anti Ear Blaster é uma extensão do Chrome desenvolvida por Joker Development, e sua principal característica é "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Anti Ear Blaster

Baixe arquivos de extensão Anti Ear Blaster 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

                        Sets the volume level of all html audio and video players automatically to a chosen volume level. You can also unmute all players automatically if you want.                    

Informações Básicas da Extensão

Nome Anti Ear Blaster Anti Ear Blaster
ID lilnheebfjnjfcgbpfggefmmibfbfjoo
URL Oficial https://chrome.google.com/webstore/detail/anti-ear-blaster/lilnheebfjnjfcgbpfggefmmibfbfjoo
Descrição Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.
Tamanho do Arquivo 45.5 KB
Contagem de Instalações 78
Versão Atual 1.1
Última Atualização 2020-01-07
Data de Publicação 2019-12-30
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Joker Development
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Ear Blaster",
    "version": "1.1",
    "description": "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.",
    "permissions": [
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "browser_action": {
        "default_popup": "html\/menu.html",
        "default_icon": {
            "16": "assets\/img\/icons\/icon16.png",
            "32": "assets\/img\/icons\/icon32.png",
            "48": "assets\/img\/icons\/icon48.png",
            "128": "assets\/img\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icons\/icon16.png",
        "32": "assets\/img\/icons\/icon32.png",
        "48": "assets\/img\/icons\/icon48.png",
        "128": "assets\/img\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/ext\/jquery.min.js",
                "assets\/js\/background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2
}