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