Content Farm Blocker

Preventing to open content farm by mistake

Wat is Content Farm Blocker?

Content Farm Blocker is een Chrome-extensie ontwikkeld door Ben Lau, en de belangrijkste functie is "Preventing to open content farm by mistake".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Content Farm Blocker

Download Content Farm Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Content Farm Blocker Content Farm Blocker
ID opjaibbmmpldcncnbbglondckfnokfpm
Officiële URL https://chromewebstore.google.com/detail/content-farm-blocker/opjaibbmmpldcncnbbglondckfnokfpm
Beschrijving Preventing to open content farm by mistake
Bestandsgrootte 62.03 KB
Aantal Installaties 49,134
Huidige Versie 0.4.6
Laatst Bijgewerkt 2020-11-19
Publicatiedatum 2017-11-29
Beoordeling 4.84/5 Totaal 378 Beoordelingen
Ontwikkelaar Ben Lau
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}