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