BuzzFeed Delisticator
De-listicate BuzzFeed.
Co to jest BuzzFeed Delisticator?
BuzzFeed Delisticator to rozszerzenie Chrome opracowane przez http://jasonlefkowitz.net, a jego główną funkcją jest „De-listicate BuzzFeed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BuzzFeed Delisticator
Pobierz pliki rozszerzeń BuzzFeed Delisticator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | egdbmlkndoidogdaeaimbkojoeopcgfc |
Oficjalny URL | https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc |
Opis | De-listicate BuzzFeed. |
Rozmiar pliku | 105 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-10-11 |
Data Publikacji | 2016-10-11 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://jasonlefkowitz.net |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |