Content Farm Blocker
Preventing to open content farm by mistake
What is Content Farm Blocker?
Content Farm Blocker is a Chrome extension developed by Ben Lau, and its main feature is "Preventing to open content farm by mistake".
Extension Screenshots
Download Content Farm Blocker Extension CRX File
Download Content Farm Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Content Farm Blocker |
ID | opjaibbmmpldcncnbbglondckfnokfpm |
Official URL | https://chromewebstore.google.com/detail/content-farm-blocker/opjaibbmmpldcncnbbglondckfnokfpm |
Description | Preventing to open content farm by mistake |
File Size | 62.03 KB |
Installation Count | 49,134 |
Current Version | 0.4.6 |
Last Updated | 2020-11-19 |
Publish Date | 2017-11-29 |
Rating | 4.84/5 Total 378 Ratings |
Developer | Ben Lau |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |