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