Hiding Bad

Hide mentions of the show Breaking Bad

Co je Hiding Bad?

Hiding Bad je rozšíření Chrome vyvinuté Kla Haeck, a jeho hlavní funkcí je „Hide mentions of the show Breaking Bad“.

Stáhnout soubor CRX rozšíření Hiding Bad

Stáhněte si soubory rozšíření Hiding Bad ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Hiding Bad Hiding Bad
ID clpdodjlaembcfdcjmlljdlhpkifbebn
Oficiální URL https://chrome.google.com/webstore/detail/hiding-bad/clpdodjlaembcfdcjmlljdlhpkifbebn
Popis Hide mentions of the show Breaking Bad
Velikost souboru 182 KB
Počet instalací 105
Aktuální Verze 0.0.7
Poslední Aktualizace 2013-10-03
Datum Vydání 2013-10-03
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář Kla Haeck
Typ Platby free
Podporované Jazyky 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
        }
    ]
}