Buzzkill.in

Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites

什么是Buzzkill.in?

Buzzkill.in是由harman314开发的Chrome扩展程序,该扩展的主要功能是“Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites”。

扩展截图

screenshot
screenshot

下载Buzzkill.in扩展crx文件

下载Buzzkill.in扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Just hover above a viral article to see a Buzzkiller. Click the Buzzkill icon to submit a new Buzzkill

The 'Buzzkills' will be crowdsourced and it might take some time before you eventually start seeing them. In the meantime, serve humanity by submitting new ones yourself.                    

扩展基本信息

名称 Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
官方URL https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
简介 Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
文件大小 32.33 KB
安装次数 64
当前版本 0.0.0.2
更新时间 2015-02-03
上架时间 2015-02-03
评分 3.80/5 共5次评分
开发者 harman314
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buzzkill.in",
    "description": "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites",
    "version": "0.0.0.2",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "parse-1.3.4.min.js",
                "eventPage.js"
            ]
        }
    ]
}