Scam Web and Content Farm Filter and Critic

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

What is Scam Web and Content Farm Filter and Critic?

Scam Web and Content Farm Filter and Critic is a Chrome extension developed by SmartLife, and its main feature is "This extension is to block Scam Web and Content Farm and 'Critic' the articles.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Scam Web and Content Farm Filter and Critic Extension CRX File

Download Scam Web and Content Farm Filter and Critic 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

                        [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                    

Extension Basic Information

Name Scam Web and Content Farm Filter and Critic Scam Web and Content Farm Filter and Critic
ID mpeppilpojkpjkplhihbcfapmlnlkckb
Official URL https://chromewebstore.google.com/detail/scam-web-and-content-farm/mpeppilpojkpjkplhihbcfapmlnlkckb
Description This extension is to block Scam Web and Content Farm and 'Critic' the articles.
File Size 1.32 MB
Installation Count 3,548
Current Version 3.6
Last Updated 2021-01-12
Publish Date 2019-07-05
Rating 4.90/5 Total 179 Ratings
Developer SmartLife
Email [email protected]
Payment Type free
Extension Website https://www.facebook.com/BlockandCriticContentFarm/
Help Page URL https://www.facebook.com/BlockandCriticContentFarm/
Supported Languages 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"
}