Buzzfree
Free yourself from hyper-targeted listicles.
什么是Buzzfree?
Buzzfree是由Dustin Coates开发的Chrome扩展程序,该扩展的主要功能是“Free yourself from hyper-targeted listicles.”。
扩展截图
下载Buzzfree扩展crx文件
下载Buzzfree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Maybe you've had enough of lists like "The Top 43 Things Only People from Towns of Less Than 500 but More Than 304 People Will Understand." Buzzfree removes all Buzzfeed links from your Facebook and Twitter feeds. Permissions require access on Facebook and Twitter (both www and non-www) to find and remove links in your feed. Permissions require access to Buzzfeed for future functionality that will redirect you if a link is hidden in a link shortener. This is still in beta. Some links might slip through if wrapped in bit.ly or another shortener. If you notice something coming through or have any feedback, feel free to email [email protected].
扩展基本信息
名称 | |
ID | jbanaelmmihnemigbebcbgfjbgkpmeag |
官方URL | https://chrome.google.com/webstore/detail/buzzfree/jbanaelmmihnemigbebcbgfjbgkpmeag |
简介 | Free yourself from hyper-targeted listicles. |
文件大小 | 21.44 KB |
安装次数 | 17 |
当前版本 | 1.1.4 |
更新时间 | 2014-06-25 |
上架时间 | 2014-06-25 |
评分 | 4.43/5 共7次评分 |
开发者 | Dustin Coates |
付费类型 | free |
扩展官网 | http://dcoates.com/buzzfree |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buzzfree", "description": "Free yourself from hyper-targeted listicles.", "version": "1.1.4", "manifest_version": 2, "author": "Dustin Coates", "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*", "*:\/\/*.buzzfeed.com\/*", "*:\/\/buzzfeed.com\/*" ], "js": [ "buzzfree.js" ], "run_at": "document_end" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |