CC Block

Blocks ContentClick adverts from your web browsing

Qu'est-ce que CC Block ?

CC Block est une extension Chrome développée par Rob Heath, et sa fonction principale est "Blocks ContentClick adverts from your web browsing".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CC Block

Téléchargez les fichiers d'extension CC Block au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CC Block CC Block
ID jhmicakgcmhppohafgelbdgoinjmhmld
URL Officiel https://chrome.google.com/webstore/detail/cc-block/jhmicakgcmhppohafgelbdgoinjmhmld
Description Blocks ContentClick adverts from your web browsing
Taille du Fichier 36.97 KB
Nombre d'Installations 49
Version Actuelle 1.3
Dernière Mise à Jour 2014-06-07
Date de Publication 2014-06-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur Rob Heath
Type de Paiement free
Langues Prises en Charge 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
}