Content Farm Blocker

Preventing to open content farm by mistake

Content Farm Blockerとは何ですか?

Content Farm BlockerはBen Lauによって開発されたChromeの拡張機能で、その主な機能は「Preventing to open content farm by mistake」です。

拡張機能のスクリーンショット

screenshot

Content Farm Blocker拡張機能のCRXファイルをダウンロード

Content Farm Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Content Farm Blocker Content Farm Blocker
ID opjaibbmmpldcncnbbglondckfnokfpm
公式URL https://chromewebstore.google.com/detail/content-farm-blocker/opjaibbmmpldcncnbbglondckfnokfpm
説明 Preventing to open content farm by mistake
ファイルサイズ 62.03 KB
インストール数 49,134
現在のバージョン 0.4.6
最終更新日 2020-11-19
公開日 2017-11-29
評価 4.84/5 合計 378 レビュー
開発者 Ben Lau
Eメール [email protected]
支払い方法 free
対応言語 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"
}