BuzzFeed Delisticator

De-listicate BuzzFeed.

What is BuzzFeed Delisticator?

BuzzFeed Delisticator is a Chrome extension developed by http://jasonlefkowitz.net, and its main feature is "De-listicate BuzzFeed.".

Extension Screenshots

screenshot

Download BuzzFeed Delisticator Extension CRX File

Download BuzzFeed Delisticator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BuzzFeed Delisticator BuzzFeed Delisticator
ID egdbmlkndoidogdaeaimbkojoeopcgfc
Official URL https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc
Description De-listicate BuzzFeed.
File Size 105 KB
Installation Count 30
Current Version 1.1
Last Updated 2016-10-11
Publish Date 2016-10-11
Rating 5.00/5 Total 1 Ratings
Developer http://jasonlefkowitz.net
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}