AutoMute Incognito

This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!

O que é AutoMute Incognito?

AutoMute Incognito é uma extensão do Chrome desenvolvida por cilenco, e sua principal característica é "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".

Baixar o arquivo CRX da Extensão AutoMute Incognito

Baixe arquivos de extensão AutoMute Incognito 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

                                            

Informações Básicas da Extensão

Nome AutoMute Incognito AutoMute Incognito
ID egpmkeedlhphenpnjhlnlaohcmbmmccj
URL Oficial https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj
Descrição This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
Tamanho do Arquivo 13.94 KB
Contagem de Instalações 501
Versão Atual 1.2
Última Atualização 2016-11-04
Data de Publicação 2016-11-04
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor cilenco
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoMute Incognito",
    "description": "This extension automatically mutes icognito tabs.\nUse CTRL+M to toogle sound of current tab!",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon.png"
    },
    "icons": {
        "48": "res\/icon.png",
        "128": "res\/store_icon.png"
    },
    "commands": {
        "toglePageMute": {
            "description": "Toggle sound of current Tab",
            "suggested_key": {
                "default": "Ctrl+M",
                "windows": "Ctrl+M",
                "mac": "Command+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            }
        }
    }
}