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 |
官方網址 | 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 } |