PVU Helper
Plant vs Undead extension to make your farming process easier!
Co to jest PVU Helper?
PVU Helper to rozszerzenie Chrome opracowane przez nelxaraujo.dev, a jego główną funkcją jest „Plant vs Undead extension to make your farming process easier!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PVU Helper
Pobierz pliki rozszerzeń PVU Helper 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
Allows PVU farmers to see exact date when harvesting ends.
Podstawowe informacje o rozszerzeniu
Nazwa | PVU Helper |
ID | ddcjmohnoonfoliofpbdjedafiojpoff |
Oficjalny URL | https://chromewebstore.google.com/detail/pvu-helper/ddcjmohnoonfoliofpbdjedafiojpoff |
Opis | Plant vs Undead extension to make your farming process easier! |
Rozmiar pliku | 31.02 KB |
Liczba instalacji | 105 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2021-09-15 |
Data Publikacji | 2021-09-14 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | nelxaraujo.dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PVU Helper", "description": "Plant vs Undead extension to make your farming process easier!", "icons": { "128": ".\/images\/logo.png", "16": ".\/images\/logo.png", "32": ".\/images\/logo.png", "48": ".\/images\/logo.png" }, "action": { "default_icons": { "128": ".\/images\/logo.png", "16": ".\/images\/logo.png", "32": ".\/images\/logo.png", "48": ".\/images\/logo.png" } }, "background": { "service_worker": ".\/worker.js" }, "permissions": [ "activeTab", "tabs", "scripting", "webNavigation" ], "host_permissions": [ "https:\/\/marketplace.plantvsundead.com\/*" ], "manifest_version": 3, "version": "1.0.0" } |