BuzzFeed Delisticator

De-listicate BuzzFeed.

Apa itu BuzzFeed Delisticator?

BuzzFeed Delisticator adalah ekstensi Chrome yang dikembangkan oleh http://jasonlefkowitz.net, dan fitur utamanya adalah "De-listicate BuzzFeed.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BuzzFeed Delisticator

Unduh file ekstensi BuzzFeed Delisticator 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

                        Listicles! They're the Natty Light of online publishing -- all empty calories that leave you with a sad, watery pseudo-buzz.

And nobody crams more completely content-free listicles onto their home page than the fine folks at BuzzFeed. Which can make it hard to pick through them all to find anything else.

Enter Delisticator! It helpfully scans the BuzzFeed homepage for useless listicles, and grays them out so non-listicle stories are more visually prominent. Move the mouse cursor over any grayed-out listicle to bring it forward and see its original headline.                    

Informasi Dasar Ekstensi

Nama BuzzFeed Delisticator BuzzFeed Delisticator
ID egdbmlkndoidogdaeaimbkojoeopcgfc
URL Resmi https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc
Deskripsi De-listicate BuzzFeed.
Ukuran File 105 KB
Jumlah Instalasi 30
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-10-11
Tanggal Publikasi 2016-10-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://jasonlefkowitz.net
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BuzzFeed Delisticator",
    "description": "De-listicate BuzzFeed.",
    "version": "1.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.buzzfeed.com\/"
            ],
            "js": [
                "jquery-2.0.3.js",
                "mutation_summary.js",
                "tree_mirror.js",
                "delisticator.js"
            ],
            "css": [
                "delisticator.css"
            ]
        }
    ]
}