Hiding Bad

Hide mentions of the show Breaking Bad

Cos'è Hiding Bad?

Hiding Bad è un'estensione di Chrome sviluppata da Kla Haeck, e la sua funzione principale è "Hide mentions of the show Breaking Bad".

Scarica il file CRX dell'estensione Hiding Bad

Scarica i file di estensione Hiding Bad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Hiding Bad Hiding Bad
ID clpdodjlaembcfdcjmlljdlhpkifbebn
URL Ufficiale https://chrome.google.com/webstore/detail/hiding-bad/clpdodjlaembcfdcjmlljdlhpkifbebn
Descrizione Hide mentions of the show Breaking Bad
Dimensione del File 182 KB
Conteggio Installazioni 105
Versione Corrente 0.0.7
Ultimo Aggiornamento 2013-10-03
Data di Pubblicazione 2013-10-03
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore Kla Haeck
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}