Buzzkill.in

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

Co je Buzzkill.in?

Buzzkill.in je rozšíření Chrome vyvinuté harman314, a jeho hlavní funkcí je „Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Buzzkill.in

Stáhněte si soubory rozšíření Buzzkill.in ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
Oficiální URL https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
Popis Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
Velikost souboru 32.33 KB
Počet instalací 64
Aktuální Verze 0.0.0.2
Poslední Aktualizace 2015-02-03
Datum Vydání 2015-02-03
Hodnocení 3.80/5 Celkem 5 Hodnocení
Vývojář harman314
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}