Content Farm Blocker

Preventing to open content farm by mistake

Cos'è Content Farm Blocker?

Content Farm Blocker è un'estensione di Chrome sviluppata da Ben Lau, e la sua funzione principale è "Preventing to open content farm by mistake".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Content Farm Blocker

Scarica i file di estensione Content Farm Blocker 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

                        If you hate content farms, and want to prevent to open it from mistakenly click. You may install this extension to block them.

Project Site:
https://www.facebook.com/unlimitedbuildworks

Source code:
https://github.com/benlau/ihatecontentfarms

Report Content Farm:
https://docs.google.com/forms/d/15PiDGSjDMKorGFkoFKr76kW7NI02eD4IWL-O_OlM1GA/viewform                    

Informazioni di Base sull'Estensione

Nome Content Farm Blocker Content Farm Blocker
ID opjaibbmmpldcncnbbglondckfnokfpm
URL Ufficiale https://chromewebstore.google.com/detail/content-farm-blocker/opjaibbmmpldcncnbbglondckfnokfpm
Descrizione Preventing to open content farm by mistake
Dimensione del File 62.03 KB
Conteggio Installazioni 49,134
Versione Corrente 0.4.6
Ultimo Aggiornamento 2020-11-19
Data di Pubblicazione 2017-11-29
Valutazione 4.84/5 Totale 378 Valutazioni
Sviluppatore Ben Lau
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.4.6",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "default_locale": "en",
    "options_page": "options.html"
}