Hiding Bad

Hide mentions of the show Breaking Bad

Wat is Hiding Bad?

Hiding Bad is een Chrome-extensie ontwikkeld door Kla Haeck, en de belangrijkste functie is "Hide mentions of the show Breaking Bad".

Download het CRX-bestand van de extensie Hiding Bad

Download Hiding Bad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Hiding Bad Hiding Bad
ID clpdodjlaembcfdcjmlljdlhpkifbebn
Officiële URL https://chrome.google.com/webstore/detail/hiding-bad/clpdodjlaembcfdcjmlljdlhpkifbebn
Beschrijving Hide mentions of the show Breaking Bad
Bestandsgrootte 182 KB
Aantal Installaties 105
Huidige Versie 0.0.7
Laatst Bijgewerkt 2013-10-03
Publicatiedatum 2013-10-03
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Kla Haeck
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}