Buzzkill.in

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

Apa itu Buzzkill.in?

Buzzkill.in adalah ekstensi Chrome yang dikembangkan oleh harman314, dan fitur utamanya adalah "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Buzzkill.in

Unduh file ekstensi Buzzkill.in dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
URL Resmi https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
Deskripsi Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
Ukuran File 32.33 KB
Jumlah Instalasi 64
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2015-02-03
Tanggal Publikasi 2015-02-03
Penilaian 3.80/5 Total 5 Penilaian
Pengembang harman314
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}