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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        [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
이메일 [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"
}