BuzzFeed Delisticator
De-listicate BuzzFeed.
Hvad er BuzzFeed Delisticator?
BuzzFeed Delisticator er en Chrome-udvidelse udviklet af http://jasonlefkowitz.net, og dens hovedfunktion er "De-listicate BuzzFeed.".
Udvidelsesskærmbilleder
Download BuzzFeed Delisticator-udvidelses-CRX-fil
Download BuzzFeed Delisticator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | egdbmlkndoidogdaeaimbkojoeopcgfc |
Officiel URL | https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc |
Beskrivelse | De-listicate BuzzFeed. |
Filstørrelse | 105 KB |
Antal Installationer | 30 |
Nuværende Version | 1.1 |
Senest Opdateret | 2016-10-11 |
Udgivelsesdato | 2016-10-11 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://jasonlefkowitz.net |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |