Content Farm Blocker
Preventing to open content farm by mistake
Qu'est-ce que Content Farm Blocker ?
Content Farm Blocker est une extension Chrome développée par Ben Lau, et sa fonction principale est "Preventing to open content farm by mistake".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Content Farm Blocker
Téléchargez les fichiers d'extension Content Farm Blocker 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
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
Informations de Base sur l'Extension
Nom | Content Farm Blocker |
ID | opjaibbmmpldcncnbbglondckfnokfpm |
URL Officiel | https://chromewebstore.google.com/detail/content-farm-blocker/opjaibbmmpldcncnbbglondckfnokfpm |
Description | Preventing to open content farm by mistake |
Taille du Fichier | 62.03 KB |
Nombre d'Installations | 49,134 |
Version Actuelle | 0.4.6 |
Dernière Mise à Jour | 2020-11-19 |
Date de Publication | 2017-11-29 |
Évaluation | 4.84/5 Total 378 Évaluations |
Développeur | Ben Lau |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |