Buzzkill.in

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

Vad är Buzzkill.in?

Buzzkill.in är en Chrome-tillägg utvecklad av harman314, och dess huvudfunktion är "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Buzzkill.in-förlängningens CRX-fil

Ladda ner Buzzkill.in-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
Officiell webbadress https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
Beskrivning Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
Filstorlek 32.33 KB
Antal Installationer 64
Aktuell Version 0.0.0.2
Senast Uppdaterad 2015-02-03
Publiceringsdatum 2015-02-03
Betyg 3.80/5 Totalt 5 Betyg
Utvecklare harman314
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}