PVU Helper
Plant vs Undead extension to make your farming process easier!
What is PVU Helper?
PVU Helper is a Chrome extension developed by nelxaraujo.dev, and its main feature is "Plant vs Undead extension to make your farming process easier!".
Extension Screenshots
Download PVU Helper Extension CRX File
Download PVU Helper 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
Allows PVU farmers to see exact date when harvesting ends.
Extension Basic Information
Name | PVU Helper |
ID | ddcjmohnoonfoliofpbdjedafiojpoff |
Official URL | https://chromewebstore.google.com/detail/pvu-helper/ddcjmohnoonfoliofpbdjedafiojpoff |
Description | Plant vs Undead extension to make your farming process easier! |
File Size | 31.02 KB |
Installation Count | 105 |
Current Version | 1.0.0 |
Last Updated | 2021-09-15 |
Publish Date | 2021-09-14 |
Rating | 5.00/5 Total 6 Ratings |
Developer | nelxaraujo.dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |