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