PVU
le/hour Power by PanyaN.
什么是PVU?
PVU是由panya.naknoppakun开发的Chrome扩展程序,该扩展的主要功能是“le/hour Power by PanyaN.”。
扩展截图
下载PVU扩展crx文件
下载PVU扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | PVU |
ID | lnkgjlgahnffgajcbkolpbbkpmmdemnj |
官方URL | https://chromewebstore.google.com/detail/pvu/lnkgjlgahnffgajcbkolpbbkpmmdemnj |
简介 | le/hour Power by PanyaN. |
文件大小 | 38.6 KB |
安装次数 | 23 |
当前版本 | 1.2 |
更新时间 | 2021-09-25 |
上架时间 | 2021-09-20 |
开发者 | panya.naknoppakun |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |