B&W
Flashes body black and white. Disturbingly annoying.
什么是B&W?
B&W是由qwertyman1开发的Chrome扩展程序,该扩展的主要功能是“Flashes body black and white. Disturbingly annoying.”。
扩展截图
下载B&W扩展crx文件
下载B&W扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Flashes body black and white.
Disturbingly annoying. 扩展基本信息
| 名称 | |
| ID | ehehoanbepdkbcdpicnkoocbklfhhimc |
| 官方URL | https://chromewebstore.google.com/detail/bw/ehehoanbepdkbcdpicnkoocbklfhhimc |
| 简介 | Flashes body black and white. Disturbingly annoying. |
| 文件大小 | 3.34 KB |
| 安装次数 | 61 |
| 当前版本 | 1.0 |
| 更新时间 | 2014-04-30 |
| 上架时间 | 2014-04-30 |
| 评分 | 2.58/5 共12次评分 |
| 开发者 | qwertyman1 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VR57R5U6SBWFN |
| 隐私政策页面URL | https://stoic-hawking-3d1aaa.netlify.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "B&W",
"version": "1.0",
"manifest_version": 2,
"description": "",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"background.js"
]
}
]
} | |