Purple Rain
Purple Rain
What is Purple Rain?
Purple Rain is a Chrome extension developed by blackrain69, and its main feature is "Purple Rain".
Extension Screenshots
Download Purple Rain Extension CRX File
Download Purple Rain extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | daeppebkefikclglnghfhnodhgnjidbf |
Official URL | https://chrome.google.com/webstore/detail/purple-rain/daeppebkefikclglnghfhnodhgnjidbf |
Description | Purple Rain |
File Size | 20.66 KB |
Installation Count | 1,000 |
Current Version | 7.1 |
Last Updated | 2019-07-21 |
Publish Date | 2019-07-17 |
Developer | blackrain69 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://blackrain69.com |
Supported Languages | 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" } |