Hiding Bad

Hide mentions of the show Breaking Bad

什么是Hiding Bad?

Hiding Bad是由Kla Haeck开发的Chrome扩展程序,该扩展的主要功能是“Hide mentions of the show Breaking Bad”。

下载Hiding Bad扩展crx文件

下载Hiding Bad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Hiding Bad Hiding Bad
ID clpdodjlaembcfdcjmlljdlhpkifbebn
官方URL https://chrome.google.com/webstore/detail/hiding-bad/clpdodjlaembcfdcjmlljdlhpkifbebn
简介 Hide mentions of the show Breaking Bad
文件大小 182 KB
安装次数 105
当前版本 0.0.7
更新时间 2013-10-03
上架时间 2013-10-03
评分 2.33/5 共3次评分
开发者 Kla Haeck
付费类型 free
支持的语言 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
        }
    ]
}