Purple Rain
Purple Rain
Purple Rainとは何ですか?
Purple Rainはblackrain69によって開発されたChromeの拡張機能で、その主な機能は「Purple Rain」です。
拡張機能のスクリーンショット
Purple Rain拡張機能のCRXファイルをダウンロード
Purple Rain拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Purple Rain is a tool developed to eliminate cumbersome activities of the Zoo World game and make it more enjoyable also enable you to do more for your zoo mates!
拡張機能の基本情報
名前 | |
ID | daeppebkefikclglnghfhnodhgnjidbf |
公式URL | https://chrome.google.com/webstore/detail/purple-rain/daeppebkefikclglnghfhnodhgnjidbf |
説明 | Purple Rain |
ファイルサイズ | 20.66 KB |
インストール数 | 1,000 |
現在のバージョン | 7.1 |
最終更新日 | 2019-07-21 |
公開日 | 2019-07-17 |
開発者 | blackrain69 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://blackrain69.com |
対応言語 | en-US |
manifest.json | |
{ "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http*:\/\/zooworldgame.popreach.com\/*", "http*:\/\/zooworldclassic.popreach.com\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Purple Rain", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Purple Rain", "permissions": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*", "storage", "http:\/\/*.popreach.com\/*", "https:\/\/*.popreach.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "7.1" } |