Antibait

Protects you from clickbaits.

Antibaitคืออะไร?

Antibait เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.antibait.com และคุณลักษณะหลักของมันคือ "Protects you from clickbaits."

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

screenshot
screenshot
screenshot

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

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

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

                        With Antibait you can see the description and the title of the contents before click on it. And also you can filter unwanted contents.

Supported sites:

buzzfeed.com
edition.cnn.com
europe.newsweek.com
huffingtonpost.com
theatlantic.com
theguardian.com
more to come ...                    

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

ชื่อ Antibait Antibait
ID dedlmfdjpkpmigeijkdjjhgacgfakgmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/antibait/dedlmfdjpkpmigeijkdjjhgacgfakgmc
คำอธิบาย Protects you from clickbaits.
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-02-12
วันที่เผยแพร่ 2017-02-12
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.antibait.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.antibait.com
ภาษาที่รองรับ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Antibait",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "1.1",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png",
        "32": "img\/icon_32.png",
        "16": "img\/icon_16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "options_page": "page\/options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "",
        "notifications"
    ]
}