PVU Helper
Plant vs Undead extension to make your farming process easier!
什么是PVU Helper?
PVU Helper是由nelxaraujo.dev开发的Chrome扩展程序,该扩展的主要功能是“Plant vs Undead extension to make your farming process easier!”。
扩展截图
下载PVU Helper扩展crx文件
下载PVU Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows PVU farmers to see exact date when harvesting ends. 扩展基本信息
| 名称 | |
| ID | ddcjmohnoonfoliofpbdjedafiojpoff |
| 官方URL | https://chromewebstore.google.com/detail/pvu-helper/ddcjmohnoonfoliofpbdjedafiojpoff |
| 简介 | Plant vs Undead extension to make your farming process easier! |
| 文件大小 | 31.02 KB |
| 安装次数 | 105 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-09-15 |
| 上架时间 | 2021-09-14 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | nelxaraujo.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
} | |