BuzzFeed Delisticator

De-listicate BuzzFeed.

Wat is BuzzFeed Delisticator?

BuzzFeed Delisticator is een Chrome-extensie ontwikkeld door http://jasonlefkowitz.net, en de belangrijkste functie is "De-listicate BuzzFeed.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BuzzFeed Delisticator

Download BuzzFeed Delisticator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BuzzFeed Delisticator BuzzFeed Delisticator
ID egdbmlkndoidogdaeaimbkojoeopcgfc
Officiële URL https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc
Beschrijving De-listicate BuzzFeed.
Bestandsgrootte 105 KB
Aantal Installaties 30
Huidige Versie 1.1
Laatst Bijgewerkt 2016-10-11
Publicatiedatum 2016-10-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://jasonlefkowitz.net
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}