CC Block

Blocks ContentClick adverts from your web browsing

Was ist CC Block?

CC Block ist eine Chrome-Erweiterung, die von Rob Heath entwickelt wurde, und ihr Hauptmerkmal ist "Blocks ContentClick adverts from your web browsing".

Erweiterungsscreenshots

screenshot

CC Block-Erweiterungs-CRX-Datei herunterladen

Laden Sie CC Block-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CC Block CC Block
ID jhmicakgcmhppohafgelbdgoinjmhmld
Offizielle URL https://chrome.google.com/webstore/detail/cc-block/jhmicakgcmhppohafgelbdgoinjmhmld
Beschreibung Blocks ContentClick adverts from your web browsing
Dateigröße 36.97 KB
Installationsanzahl 49
Aktuelle Version 1.3
Letztes Update 2014-06-07
Veröffentlichungsdatum 2014-06-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Rob Heath
Zahlungsart free
Unterstützte Sprachen 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
}