Content Farm Blocker

Preventing to open content farm by mistake

Content Farm Blockerคืออะไร?

Content Farm Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ben Lau และคุณลักษณะหลักของมันคือ "Preventing to open content farm by mistake"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Content Farm Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Content Farm Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you hate content farms, and want to prevent to open it from mistakenly click. You may install this extension to block them.

Project Site:
https://www.facebook.com/unlimitedbuildworks

Source code:
https://github.com/benlau/ihatecontentfarms

Report Content Farm:
https://docs.google.com/forms/d/15PiDGSjDMKorGFkoFKr76kW7NI02eD4IWL-O_OlM1GA/viewform                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Content Farm Blocker Content Farm Blocker
ID opjaibbmmpldcncnbbglondckfnokfpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/content-farm-blocker/opjaibbmmpldcncnbbglondckfnokfpm
คำอธิบาย Preventing to open content farm by mistake
ขนาดไฟล์ 62.03 KB
จำนวนการติดตั้ง 49,134
เวอร์ชันปัจจุบัน 0.4.6
อัปเดตครั้งล่าสุด 2020-11-19
วันที่เผยแพร่ 2017-11-29
คะแนน 4.84/5 รวมทั้งหมด 378 คะแนน
ผู้พัฒนา Ben Lau
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.4.6",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "default_locale": "en",
    "options_page": "options.html"
}