Buzzkill.in

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

What is Buzzkill.in?

Buzzkill.in is a Chrome extension developed by harman314, and its main feature is "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites".

Extension Screenshots

screenshot
screenshot

Download Buzzkill.in Extension CRX File

Download Buzzkill.in extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
Official URL https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
Description Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
File Size 32.33 KB
Installation Count 64
Current Version 0.0.0.2
Last Updated 2015-02-03
Publish Date 2015-02-03
Rating 3.80/5 Total 5 Ratings
Developer harman314
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}