Scam Web and Content Farm Filter and Critic

This extension is to block Scam Web and Content Farm and 'Critic' the articles.

Scam Web and Content Farm Filter and Criticとは何ですか?

Scam Web and Content Farm Filter and CriticはSmartLifeによって開発されたChromeの拡張機能で、その主な機能は「This extension is to block Scam Web and Content Farm and 'Critic' the articles.」です。

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

screenshot
screenshot
screenshot
screenshot

Scam Web and Content Farm Filter and Critic拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        [Reason of This App]
Have you Shocked today?
One billion people couldn't Believe their Eyes!?
10 Unbelievable facts, the third Stunned Me! 
Those fake and exaggeration articles show up everywhere. How to block them now?
It's the time that we need to do something.
This extension for chrome is not only block but also "Critic" the articles.
We can preview the comments of this article below. The comments leaved from the other user before
So that, we can decide to see or not.
We need your help?
It's the easy way to against the fake and exaggeration culture of internet.

[Steps]
1.Install this extension 
2.When goin to content farm, the block page will show up
3.You can preview the comments of this article below then decide to see or not
4.Of course, you may go to read it. And leave some comments for next user
5.If you find some comments is very useful, please click like for him.
6.We really need everybody's help to against the fake and exaggeration culture of internet.
7.If you find other content farm web, please help us add it to block list.

[Project web]
https://github.com/xianshengyou8/filterfarm

[Block List]
https://www.facebook.com/BlockandCriticContentFarm/

[Online Version]
* V3.2 2017/09/01:update code

[Update List]
* V2.9 2017/07/05:detect connect 
* V2.5 2017/06/26: block scam website
* V2.3 2017/06/25: block scam website
* V2.1 2017/05/16:update db
* V2.0 2017/05/16:update db                    

拡張機能の基本情報

名前 Scam Web and Content Farm Filter and Critic Scam Web and Content Farm Filter and Critic
ID mpeppilpojkpjkplhihbcfapmlnlkckb
公式URL https://chromewebstore.google.com/detail/scam-web-and-content-farm/mpeppilpojkpjkplhihbcfapmlnlkckb
説明 This extension is to block Scam Web and Content Farm and 'Critic' the articles.
ファイルサイズ 1.32 MB
インストール数 3,548
現在のバージョン 3.6
最終更新日 2021-01-12
公開日 2019-07-05
評価 4.90/5 合計 179 レビュー
開発者 SmartLife
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.facebook.com/BlockandCriticContentFarm/
ヘルプページのURL https://www.facebook.com/BlockandCriticContentFarm/
対応言語 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "zh_TW",
    "name": "__MSG_appName__",
    "short_name": "Scam Web and Content Farm Critic",
    "description": "__MSG_appDesc__",
    "version": "3.6",
    "browser_action": {
        "default_icon": "image\/icon.png",
        "default_popup": "menu.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "identity",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/www.gstatic.com\/*",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/unpkg.com\/*  https:\/\/*.facebook.com https:\/\/*.facebook.net https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "oauth2": {
        "client_id": "817781349645-k283oikrmcn38vkf7b8ltsrqdjai6p04.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg+R6i+zJTeYmghaiByytpw3JAXWi8iBXE4sCuWcEdmJbzLWyAoLvHEJ16fgqRT+3PJroU3QQ60nuC\/GTkyBBuay5pL2wqQKMNY0nHQ\/iLEX3fdj2UhnY2YV79nR0ofo5DrDQfW3umuia4itU5y+P1HaFmY0FtpDY3RsGgwIRqGC9pQKvkMPRR381Jz8xdbyiB\/P1SjuOO5Nvj7e0ssuzhtryN70ZERPegJOcrqhh\/Mq3t2Mmo\/KyYEuyRuAOigZix0l2q6dR3XfGUa8WYKCFBI0HQwjcFOciI8drflQ4BO0UHuVZp2znfygBowVZdRpkUbz++nS0B3h6BEXkWZHXZwIDAQAB"
}