Bernie Blocker
Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.
什么是Bernie Blocker?
Bernie Blocker是由NetLingo开发的Chrome扩展程序,该扩展的主要功能是“Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.”。
扩展截图
下载Bernie Blocker扩展crx文件
下载Bernie Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Gently filter and remove Bernie Sanders from webpages and from facebook posts. 扩展基本信息
| 名称 | |
| ID | mcocieadfficfjkppfkeebbelbhalekf |
| 官方URL | https://chromewebstore.google.com/detail/bernie-blocker/mcocieadfficfjkppfkeebbelbhalekf |
| 简介 | Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube. |
| 文件大小 | 78.4 KB |
| 安装次数 | 41 |
| 当前版本 | 1.5 |
| 更新时间 | 2016-06-11 |
| 上架时间 | 2016-06-10 |
| 评分 | 4.14/5 共14次评分 |
| 开发者 | NetLingo |
| 付费类型 | free |
| 扩展官网 | http://netlingo.netai.net/#BernieBlocker |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bernie Blocker",
"description": "Removes Bernie Sanders from webpages and filters\/removes Bernie Sanders from Facebook and Youtube.",
"version": "1.5",
"permissions": [
"storage",
"management"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "ui.html"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"css": [
"source\/ytfilter.css"
],
"js": [
"source\/jquery-2.1.3.min.js",
"source\/content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |