CC Block

Blocks ContentClick adverts from your web browsing

CC Blockとは何ですか?

CC BlockはRob Heathによって開発されたChromeの拡張機能で、その主な機能は「Blocks ContentClick adverts from your web browsing」です。

拡張機能のスクリーンショット

screenshot

CC Block拡張機能のCRXファイルをダウンロード

CC Block拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Fed up of reading news and blogs and finding the same tired, sensationalist junk "From The Web" or as "SPONSORED LINKS" at the bottom? Sick of pay-for clickbait masquerading as real content, with titles like "Earn thousands a week easy!" and "Shops run out of popular fat burner"? CC Block removes these ContentClick adverts from webpages.                    

拡張機能の基本情報

名前 CC Block CC Block
ID jhmicakgcmhppohafgelbdgoinjmhmld
公式URL https://chrome.google.com/webstore/detail/cc-block/jhmicakgcmhppohafgelbdgoinjmhmld
説明 Blocks ContentClick adverts from your web browsing
ファイルサイズ 36.97 KB
インストール数 49
現在のバージョン 1.3
最終更新日 2014-06-07
公開日 2014-06-07
評価 5.00/5 合計 2 レビュー
開発者 Rob Heath
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CC Block",
    "description": "Blocks ContentClick adverts from your web browsing",
    "version": "1.3",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}