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 |
官方網址 | 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" } |