Buzzkill.in

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

Cos'è Buzzkill.in?

Buzzkill.in è un'estensione di Chrome sviluppata da harman314, e la sua funzione principale è "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Buzzkill.in

Scarica i file di estensione Buzzkill.in in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
URL Ufficiale https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
Descrizione Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
Dimensione del File 32.33 KB
Conteggio Installazioni 64
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2015-02-03
Data di Pubblicazione 2015-02-03
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore harman314
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}