BuzzFeed Delisticator
De-listicate BuzzFeed.
什么是BuzzFeed Delisticator?
BuzzFeed Delisticator是由http://jasonlefkowitz.net开发的Chrome扩展程序,该扩展的主要功能是“De-listicate BuzzFeed.”。
扩展截图
下载BuzzFeed Delisticator扩展crx文件
下载BuzzFeed Delisticator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | egdbmlkndoidogdaeaimbkojoeopcgfc |
官方URL | https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc |
简介 | De-listicate BuzzFeed. |
文件大小 | 105 KB |
安装次数 | 30 |
当前版本 | 1.1 |
更新时间 | 2016-10-11 |
上架时间 | 2016-10-11 |
评分 | 5.00/5 共1次评分 |
开发者 | http://jasonlefkowitz.net |
付费类型 | free |
支持的语言 | 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" ] } ] } |