Purple Rain
Purple Rain
Vad är Purple Rain?
Purple Rain är en Chrome-tillägg utvecklad av blackrain69, och dess huvudfunktion är "Purple Rain".
Tilläggsskärmbilder
Ladda ner Purple Rain-förlängningens CRX-fil
Ladda ner Purple Rain-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | daeppebkefikclglnghfhnodhgnjidbf |
Officiell webbadress | https://chrome.google.com/webstore/detail/purple-rain/daeppebkefikclglnghfhnodhgnjidbf |
Beskrivning | Purple Rain |
Filstorlek | 20.66 KB |
Antal Installationer | 1,000 |
Aktuell Version | 7.1 |
Senast Uppdaterad | 2019-07-21 |
Publiceringsdatum | 2019-07-17 |
Utvecklare | blackrain69 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://blackrain69.com |
Stödda Språk | 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" } |