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 |
电子邮箱 | [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" } |