BuzzFeed Delisticator

De-listicate BuzzFeed.

Qu'est-ce que BuzzFeed Delisticator ?

BuzzFeed Delisticator est une extension Chrome développée par http://jasonlefkowitz.net, et sa fonction principale est "De-listicate BuzzFeed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BuzzFeed Delisticator

Téléchargez les fichiers d'extension BuzzFeed Delisticator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BuzzFeed Delisticator BuzzFeed Delisticator
ID egdbmlkndoidogdaeaimbkojoeopcgfc
URL Officiel https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc
Description De-listicate BuzzFeed.
Taille du Fichier 105 KB
Nombre d'Installations 30
Version Actuelle 1.1
Dernière Mise à Jour 2016-10-11
Date de Publication 2016-10-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://jasonlefkowitz.net
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}