CC Block

Blocks ContentClick adverts from your web browsing

What is CC Block?

CC Block is a Chrome extension developed by Rob Heath, and its main feature is "Blocks ContentClick adverts from your web browsing".

Extension Screenshots

screenshot

Download CC Block Extension CRX File

Download CC Block 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

                        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.                    

Extension Basic Information

Name CC Block CC Block
ID jhmicakgcmhppohafgelbdgoinjmhmld
Official URL https://chrome.google.com/webstore/detail/cc-block/jhmicakgcmhppohafgelbdgoinjmhmld
Description Blocks ContentClick adverts from your web browsing
File Size 36.97 KB
Installation Count 49
Current Version 1.3
Last Updated 2014-06-07
Publish Date 2014-06-07
Rating 5.00/5 Total 2 Ratings
Developer Rob Heath
Payment Type free
Supported Languages 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
}