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 |
| 公式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 |
| Eメール | [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"
}
} | |