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