PVU
le/hour Power by PanyaN.
What is PVU?
PVU is a Chrome extension developed by panya.naknoppakun, and its main feature is "le/hour Power by PanyaN.".
Extension Screenshots
Download PVU Extension CRX File
Download PVU 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
PVU extension develop for convert data on specific website (https://marketplace.plantvsundead.com/) original data show "LE: 1252/240 Hour" after convert it show "LE: 1252/240 Hour (5.22 LE/Hour)" all of this for easy to understand.
Extension Basic Information
Name | PVU |
ID | lnkgjlgahnffgajcbkolpbbkpmmdemnj |
Official URL | https://chromewebstore.google.com/detail/pvu/lnkgjlgahnffgajcbkolpbbkpmmdemnj |
Description | le/hour Power by PanyaN. |
File Size | 38.6 KB |
Installation Count | 23 |
Current Version | 1.2 |
Last Updated | 2021-09-25 |
Publish Date | 2021-09-20 |
Developer | panya.naknoppakun |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PVU", "description": "le\/hour Power by PanyaN.", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/thunder.png", "32": "\/images\/thunder.png", "48": "\/images\/thunder.png", "128": "\/images\/thunder.png" } }, "icons": { "16": "\/images\/action.png", "32": "\/images\/thunder.png", "48": "\/images\/thunder.png", "128": "\/images\/thunder.png" } } |