Buzzkill.in

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

Wat is Buzzkill.in?

Buzzkill.in is een Chrome-extensie ontwikkeld door harman314, en de belangrijkste functie is "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Buzzkill.in

Download Buzzkill.in-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
Officiële URL https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
Beschrijving Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
Bestandsgrootte 32.33 KB
Aantal Installaties 64
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2015-02-03
Publicatiedatum 2015-02-03
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar harman314
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}