BuzzKill
Reclaim your news feed.
什么是BuzzKill?
BuzzKill是由https://hartleybrody.com开发的Chrome扩展程序,该扩展的主要功能是“Reclaim your news feed.”。
扩展截图
下载BuzzKill扩展crx文件
下载BuzzKill扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BuzzKill is a Chrome Extension that automatically removes all Buzz Feed content from your Facebook browsing experience. "This extension has helped me reclaim hours of my day!" -Happy User "I finally feel like I have my life back" -Happy User "With BuzzKill installed, I can rest assured knowing that my children are safe from the most soul-sucking content on the entire internet." -Happy User
扩展基本信息
名称 | |
ID | dfglcbondofhakncnkoajpmimopmaggc |
官方URL | https://chromewebstore.google.com/detail/buzzkill/dfglcbondofhakncnkoajpmimopmaggc |
简介 | Reclaim your news feed. |
文件大小 | 937 KB |
安装次数 | 55 |
当前版本 | 2.0.0.0 |
更新时间 | 2015-01-27 |
上架时间 | 2015-01-27 |
评分 | 4.75/5 共8次评分 |
开发者 | https://hartleybrody.com |
付费类型 | free |
扩展官网 | http://blog.hartleybrody.com/chrome-extension/ |
帮助页面URL | https://github.com/hartleybrody/buzzkill |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BuzzKill", "description": "Reclaim your news feed.", "version": "2.0.0.0", "icons": { "128": "images\/buzzkill-logo.jpg" }, "permissions": [ "https:\/\/www.facebook.com\/", "http:\/\/www.facebook.com\/", "tabs", "storage" ], "background": { "scripts": [ "bootstrap.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "libs\/underscore.min.js", "buzzkill.js" ] } ], "page_action": { "default_title": "BuzzKill", "default_icon": "images\/buzzkill-logo.jpg", "default_popup": "popup.html" } } |