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. 擴展基本資訊
| 名稱 | |
| ID | lnkgjlgahnffgajcbkolpbbkpmmdemnj |
| 官方網址 | 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"
}
} | |