Hiding Bad

Hide mentions of the show Breaking Bad

O que é Hiding Bad?

Hiding Bad é uma extensão do Chrome desenvolvida por Kla Haeck, e sua principal característica é "Hide mentions of the show Breaking Bad".

Baixar o arquivo CRX da Extensão Hiding Bad

Baixe arquivos de extensão Hiding Bad 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

                        Hides paragraphs and list items that contain these terms: breakingbad, BreakingBad, breaking bad, Breaking Bad                    

Informações Básicas da Extensão

Nome Hiding Bad Hiding Bad
ID clpdodjlaembcfdcjmlljdlhpkifbebn
URL Oficial https://chrome.google.com/webstore/detail/hiding-bad/clpdodjlaembcfdcjmlljdlhpkifbebn
Descrição Hide mentions of the show Breaking Bad
Tamanho do Arquivo 182 KB
Contagem de Instalações 105
Versão Atual 0.0.7
Última Atualização 2013-10-03
Data de Publicação 2013-10-03
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Kla Haeck
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hiding Bad",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "bower_components\/jquery\/jquery.min.js",
        "bower_components\/jquery\/jquery.min.map",
        "scripts\/hidingbad.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bower_components\/jquery\/jquery.min.js",
                "scripts\/hidingbad.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}