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
官方網址 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
}