Rainbow Remover
Removes unwanted rainbows
什么是Rainbow Remover?
Rainbow Remover是由Extensification Technologies开发的Chrome扩展程序,该扩展的主要功能是“Removes unwanted rainbows”。
扩展截图
下载Rainbow Remover扩展crx文件
下载Rainbow Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Removes unwanted rainbows on Facebook. Side effects may include selective colorblindness. This extension will probably outlive its usefulness in a week or so.
扩展基本信息
名称 | Rainbow Remover |
ID | nklhfofcnhanciamgjiahanaejnfddae |
官方URL | https://chromewebstore.google.com/detail/rainbow-remover/nklhfofcnhanciamgjiahanaejnfddae |
简介 | Removes unwanted rainbows |
文件大小 | 359 KB |
安装次数 | 10 |
当前版本 | 0.0.3 |
更新时间 | 2015-06-29 |
上架时间 | 2015-06-28 |
评分 | 5.00/5 共1次评分 |
开发者 | Extensification Technologies |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rainbow Remover", "version": "0.0.3", "manifest_version": 2, "description": "Removes unwanted rainbows", "icons": { "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |