Antibait

Protects you from clickbaits.

什麼是Antibait?

Antibait是由https://www.antibait.com開發的Chrome擴展程式,該擴展的主要功能是“Protects you from clickbaits.”。

擴展截圖

screenshot
screenshot
screenshot

下載Antibait擴展crx文件

下載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
官方網址 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"
    ]
}