BuzzFeed Delisticator
De-listicate BuzzFeed.
BuzzFeed Delisticator là gì?
BuzzFeed Delisticator là một tiện ích mở rộng Chrome được phát triển bởi http://jasonlefkowitz.net, và tính năng chính của nó là "De-listicate BuzzFeed.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BuzzFeed Delisticator
Tải xuống các tệp mở rộng BuzzFeed Delisticator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | egdbmlkndoidogdaeaimbkojoeopcgfc |
URL Chính Thức | https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc |
Mô tả | De-listicate BuzzFeed. |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-10-11 |
Ngày Phát Hành | 2016-10-11 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://jasonlefkowitz.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |