Scam Web and Content Farm Filter and Critic

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

O que é Scam Web and Content Farm Filter and Critic?

Scam Web and Content Farm Filter and Critic é uma extensão do Chrome desenvolvida por SmartLife, e sua principal característica é "This extension is to block Scam Web and Content Farm and 'Critic' the articles.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Scam Web and Content Farm Filter and Critic

Baixe arquivos de extensão Scam Web and Content Farm Filter and Critic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        [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                    

Informações Básicas da Extensão

Nome Scam Web and Content Farm Filter and Critic Scam Web and Content Farm Filter and Critic
ID mpeppilpojkpjkplhihbcfapmlnlkckb
URL Oficial https://chromewebstore.google.com/detail/scam-web-and-content-farm/mpeppilpojkpjkplhihbcfapmlnlkckb
Descrição This extension is to block Scam Web and Content Farm and 'Critic' the articles.
Tamanho do Arquivo 1.32 MB
Contagem de Instalações 3,548
Versão Atual 3.6
Última Atualização 2021-01-12
Data de Publicação 2019-07-05
Classificação 4.90/5 Total de 179 Avaliações
Desenvolvedor SmartLife
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.facebook.com/BlockandCriticContentFarm/
URL da Página de Ajuda https://www.facebook.com/BlockandCriticContentFarm/
Idiomas Suportados 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"
}