PVU Tracker
A tool that can help gardeners in PLANT vs UNDEAD NFT game
What is PVU Tracker?
PVU Tracker is a Chrome extension developed by jkque, and its main feature is "A tool that can help gardeners in PLANT vs UNDEAD NFT game".
Extension Screenshots
Download PVU Tracker Extension CRX File
Download PVU Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A tool that can help gardeners in PLANT vs UNDEAD NFT game. Track plants and see if your plants need water, has crow or it is ready to harvest. While you are doing other thing or watching video from other tabs you can still keep track of the status of your plants. This is in beta version a bug may occur. Please report or comment it, thanks. Enjoy farming.
Extension Basic Information
Name | PVU Tracker |
ID | dmpgekoeafnhnnfbelbplfabgfjmcofg |
Official URL | https://chromewebstore.google.com/detail/pvu-tracker/dmpgekoeafnhnnfbelbplfabgfjmcofg |
Description | A tool that can help gardeners in PLANT vs UNDEAD NFT game |
File Size | 167 KB |
Installation Count | 45 |
Current Version | 0.1.5 |
Last Updated | 2021-10-12 |
Publish Date | 2021-09-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jkque |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PVU Tracker", "version": "0.1.5", "description": "A tool that can help gardeners in PLANT vs UNDEAD NFT game", "manifest_version": 3, "background": [], "permissions": [ "cookies", "storage", "alarms", "unlimitedStorage" ], "host_permissions": [ "https:\/\/marketplace.plantvsundead.com\/*", "https:\/\/backend-farm.plantvsundead.com\/*", "https:\/\/backend-farm-stg.plantvsundead.com\/*", "https:\/\/pvu-static.s3.ap-southeast-1.amazonaws.com\/*", "https:\/\/unpkg.com\/*" ], "action": { "default_popup": "index.html", "default_icon": "pvu-icon.png" }, "icons": { "32": "pvu-icon.png", "16": "pvu-icon.png", "48": "pvu-icon.png", "128": "pvu-icon.png" } } |