BuzzFeed Delisticator
De-listicate BuzzFeed.
Cos'è BuzzFeed Delisticator?
BuzzFeed Delisticator è un'estensione di Chrome sviluppata da http://jasonlefkowitz.net, e la sua funzione principale è "De-listicate BuzzFeed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BuzzFeed Delisticator
Scarica i file di estensione BuzzFeed Delisticator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | egdbmlkndoidogdaeaimbkojoeopcgfc |
URL Ufficiale | https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc |
Descrizione | De-listicate BuzzFeed. |
Dimensione del File | 105 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-10-11 |
Data di Pubblicazione | 2016-10-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://jasonlefkowitz.net |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |