Sh*tblocker
Some people choose to poop all over your news feed. Don't let them.
Sh*tblockerとは何ですか?
Sh*tblockerはandersrex.comによって開発されたChromeの拡張機能で、その主な機能は「Some people choose to poop all over your news feed. Don't let them.」です。
拡張機能のスクリーンショット
Sh*tblocker拡張機能のCRXファイルをダウンロード
Sh*tblocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sh*tblocker is the tool that let's you block unwanted posts from your Facebook newsfeed. Simply install the plugin, type in a keyword or URL that you wish to block, and it will be magically blocked from clogging up your feed. http://false.brace.io
拡張機能の基本情報
名前 | |
ID | ekgckjpfcpckmilbopfclfmpplajpddp |
公式URL | https://chrome.google.com/webstore/detail/shtblocker/ekgckjpfcpckmilbopfclfmpplajpddp |
説明 | Some people choose to poop all over your news feed. Don't let them. |
ファイルサイズ | 54.31 KB |
インストール数 | 27 |
現在のバージョン | 0.1.3 |
最終更新日 | 2014-05-30 |
公開日 | 2014-05-30 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | andersrex.com |
支払い方法 | free |
拡張機能のウェブサイト | http://false.brace.io/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sh*tblocker", "description": "Some people choose to poop all over your news feed. Don't let them.", "author": "False", "version": "0.1.3", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*", "storage" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "matches": [ "*:\/\/*.facebook.com\/*" ], "default_title": "Sh*tblocker", "default_icon": "icon48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "script.js" ], "run_at": "document_idle" } ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |