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