Buzzkill.in

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

Hvad er Buzzkill.in?

Buzzkill.in er en Chrome-udvidelse udviklet af harman314, og dens hovedfunktion er "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Buzzkill.in-udvidelses-CRX-fil

Download Buzzkill.in-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
Officiel URL https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
Beskrivelse Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
Filstørrelse 32.33 KB
Antal Installationer 64
Nuværende Version 0.0.0.2
Senest Opdateret 2015-02-03
Udgivelsesdato 2015-02-03
Bedømmelse 3.80/5 Samlet 5 Bedømmelser
Udvikler harman314
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}