Marvel-DC Blocker
Remove any shitty post about Marvel/DC universe from Facebook.
什么是Marvel-DC Blocker?
Marvel-DC Blocker是由Fernando Paladini开发的Chrome扩展程序,该扩展的主要功能是“Remove any shitty post about Marvel/DC universe from Facebook.”。
扩展截图
下载Marvel-DC Blocker扩展crx文件
下载Marvel-DC Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome Extension that removes all Facebook posts that mention any shit from Marvel or DC universe.
For unknown reasons (during my childhood and probably related to my parents), I don't like anything related to super heroes. I know that most of you like movies and comics about heroes from Marvel and DC - and I respect it, but I personally don't like it. I mean, I really don't like it. It make me feel angry. Very. Angry.
Summarizing, I don't want to see anything related to "Civil War", "#TeamIronMan", "#TeamCap" or any shitty post from Marvel / DC universe in my Facebook. If you neither, then download this extension and be happy :) 扩展基本信息
| 名称 | |
| ID | bjmlbgigclhoakjnkmpmlolgogjeinmf |
| 官方URL | https://chromewebstore.google.com/detail/marvel-dc-blocker/bjmlbgigclhoakjnkmpmlolgogjeinmf |
| 简介 | Remove any shitty post about Marvel/DC universe from Facebook. |
| 文件大小 | 15.03 KB |
| 安装次数 | 24 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-03-26 |
| 上架时间 | 2016-03-25 |
| 评分 | 2.00/5 共4次评分 |
| 开发者 | Fernando Paladini |
| 付费类型 | free |
| 扩展官网 | https://github.com/paladini/marveldc_blocker |
| 帮助页面URL | https://github.com/paladini/marveldc_blocker/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Marvel-DC Blocker",
"description": "Remove any shitty post about Marvel\/DC universe from Facebook.",
"version": "1.0",
"manifest_version": 2,
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*"
],
"run_at": "document_start",
"js": [
"scripts\/facebook_filter.js"
]
}
]
} | |