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
官方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"
    ]
}