Buzzfree
Free yourself from hyper-targeted listicles.
Buzzfree là gì?
Buzzfree là một tiện ích mở rộng Chrome được phát triển bởi Dustin Coates, và tính năng chính của nó là "Free yourself from hyper-targeted listicles.".
Ả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 Buzzfree
Tải xuống các tệp mở rộng Buzzfree 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
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jbanaelmmihnemigbebcbgfjbgkpmeag |
URL Chính Thức | https://chrome.google.com/webstore/detail/buzzfree/jbanaelmmihnemigbebcbgfjbgkpmeag |
Mô tả | Free yourself from hyper-targeted listicles. |
Kích Thước Tệp | 21.44 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2014-06-25 |
Ngày Phát Hành | 2014-06-25 |
Đánh Giá | 4.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Dustin Coates |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://dcoates.com/buzzfree |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |