Buzzkill.in

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

Qu'est-ce que Buzzkill.in ?

Buzzkill.in est une extension Chrome développée par harman314, et sa fonction principale est "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Buzzkill.in

Téléchargez les fichiers d'extension Buzzkill.in au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
URL Officiel 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
Taille du Fichier 32.33 KB
Nombre d'Installations 64
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2015-02-03
Date de Publication 2015-02-03
Évaluation 3.80/5 Total 5 Évaluations
Développeur harman314
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}