Hiding Bad

Hide mentions of the show Breaking Bad

What is Hiding Bad?

Hiding Bad is a Chrome extension developed by Kla Haeck, and its main feature is "Hide mentions of the show Breaking Bad".

Download Hiding Bad Extension CRX File

Download Hiding Bad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Hiding Bad Hiding Bad
ID clpdodjlaembcfdcjmlljdlhpkifbebn
Official URL https://chrome.google.com/webstore/detail/hiding-bad/clpdodjlaembcfdcjmlljdlhpkifbebn
Description Hide mentions of the show Breaking Bad
File Size 182 KB
Installation Count 105
Current Version 0.0.7
Last Updated 2013-10-03
Publish Date 2013-10-03
Rating 2.33/5 Total 3 Ratings
Developer Kla Haeck
Payment Type free
Supported Languages 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
        }
    ]
}