Purple Rain
Purple Rain
Wat is Purple Rain?
Purple Rain is een Chrome-extensie ontwikkeld door blackrain69, en de belangrijkste functie is "Purple Rain".
Extensie Screenshots
Download het CRX-bestand van de extensie Purple Rain
Download Purple Rain-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | daeppebkefikclglnghfhnodhgnjidbf |
Officiële URL | https://chrome.google.com/webstore/detail/purple-rain/daeppebkefikclglnghfhnodhgnjidbf |
Beschrijving | Purple Rain |
Bestandsgrootte | 20.66 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 7.1 |
Laatst Bijgewerkt | 2019-07-21 |
Publicatiedatum | 2019-07-17 |
Ontwikkelaar | blackrain69 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://blackrain69.com |
Ondersteunde Talen | 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" } |