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
        }
    ]
}