Purple Rain
Purple Rain
Co to jest Purple Rain?
Purple Rain to rozszerzenie Chrome opracowane przez blackrain69, a jego główną funkcją jest „Purple Rain”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Purple Rain
Pobierz pliki rozszerzeń Purple Rain w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | daeppebkefikclglnghfhnodhgnjidbf |
Oficjalny URL | https://chrome.google.com/webstore/detail/purple-rain/daeppebkefikclglnghfhnodhgnjidbf |
Opis | Purple Rain |
Rozmiar pliku | 20.66 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 7.1 |
Ostatnia Aktualizacja | 2019-07-21 |
Data Publikacji | 2019-07-17 |
Deweloper | blackrain69 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://blackrain69.com |
Obsługiwane Języki | 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" } |