Hiding Bad

Hide mentions of the show Breaking Bad

Qu'est-ce que Hiding Bad ?

Hiding Bad est une extension Chrome développée par Kla Haeck, et sa fonction principale est "Hide mentions of the show Breaking Bad".

Télécharger le fichier CRX de l'extension Hiding Bad

Téléchargez les fichiers d'extension Hiding Bad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Hiding Bad Hiding Bad
ID clpdodjlaembcfdcjmlljdlhpkifbebn
URL Officiel https://chrome.google.com/webstore/detail/hiding-bad/clpdodjlaembcfdcjmlljdlhpkifbebn
Description Hide mentions of the show Breaking Bad
Taille du Fichier 182 KB
Nombre d'Installations 105
Version Actuelle 0.0.7
Dernière Mise à Jour 2013-10-03
Date de Publication 2013-10-03
Évaluation 2.33/5 Total 3 Évaluations
Développeur Kla Haeck
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}