Buzzkill.in

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

Co to jest Buzzkill.in?

Buzzkill.in to rozszerzenie Chrome opracowane przez harman314, a jego główną funkcją jest „Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Buzzkill.in

Pobierz pliki rozszerzeń Buzzkill.in w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
Oficjalny URL https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
Opis Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
Rozmiar pliku 32.33 KB
Liczba instalacji 64
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2015-02-03
Data Publikacji 2015-02-03
Ocena 3.80/5 Łącznie 5 Oceny
Deweloper harman314
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}