CC Block

Blocks ContentClick adverts from your web browsing

Cos'è CC Block?

CC Block è un'estensione di Chrome sviluppata da Rob Heath, e la sua funzione principale è "Blocks ContentClick adverts from your web browsing".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CC Block

Scarica i file di estensione CC Block in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CC Block CC Block
ID jhmicakgcmhppohafgelbdgoinjmhmld
URL Ufficiale https://chrome.google.com/webstore/detail/cc-block/jhmicakgcmhppohafgelbdgoinjmhmld
Descrizione Blocks ContentClick adverts from your web browsing
Dimensione del File 36.97 KB
Conteggio Installazioni 49
Versione Corrente 1.3
Ultimo Aggiornamento 2014-06-07
Data di Pubblicazione 2014-06-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Rob Heath
Tipo di Pagamento free
Lingue Supportate 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
}