Scam Web and Content Farm Filter and Critic

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

Apa itu Scam Web and Content Farm Filter and Critic?

Scam Web and Content Farm Filter and Critic adalah ekstensi Chrome yang dikembangkan oleh SmartLife, dan fitur utamanya adalah "This extension is to block Scam Web and Content Farm and 'Critic' the articles.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Scam Web and Content Farm Filter and Critic

Unduh file ekstensi Scam Web and Content Farm Filter and Critic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        [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                    

Informasi Dasar Ekstensi

Nama Scam Web and Content Farm Filter and Critic Scam Web and Content Farm Filter and Critic
ID mpeppilpojkpjkplhihbcfapmlnlkckb
URL Resmi https://chromewebstore.google.com/detail/scam-web-and-content-farm/mpeppilpojkpjkplhihbcfapmlnlkckb
Deskripsi This extension is to block Scam Web and Content Farm and 'Critic' the articles.
Ukuran File 1.32 MB
Jumlah Instalasi 3,548
Versi Saat Ini 3.6
Terakhir Diperbarui 2021-01-12
Tanggal Publikasi 2019-07-05
Penilaian 4.90/5 Total 179 Penilaian
Pengembang SmartLife
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.facebook.com/BlockandCriticContentFarm/
URL Halaman Bantuan https://www.facebook.com/BlockandCriticContentFarm/
Bahasa yang Didukung 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"
}