Content Farm Blocker

Preventing to open content farm by mistake

Was ist Content Farm Blocker?

Content Farm Blocker ist eine Chrome-Erweiterung, die von Ben Lau entwickelt wurde, und ihr Hauptmerkmal ist "Preventing to open content farm by mistake".

Erweiterungsscreenshots

screenshot

Content Farm Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Content Farm Blocker-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Content Farm Blocker Content Farm Blocker
ID opjaibbmmpldcncnbbglondckfnokfpm
Offizielle URL https://chromewebstore.google.com/detail/content-farm-blocker/opjaibbmmpldcncnbbglondckfnokfpm
Beschreibung Preventing to open content farm by mistake
Dateigröße 62.03 KB
Installationsanzahl 49,134
Aktuelle Version 0.4.6
Letztes Update 2020-11-19
Veröffentlichungsdatum 2017-11-29
Bewertung 4.84/5 Insgesamt 378 Bewertungen
Entwickler Ben Lau
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}