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" ] } ] } |