PvU Legacy Tool
Tool support for PvU Legacy
PvU Legacy Toolとは何ですか?
PvU Legacy ToolはRed Leeによって開発されたChromeの拡張機能で、その主な機能は「Tool support for PvU Legacy」です。
拡張機能のスクリーンショット
PvU Legacy Tool拡張機能のCRXファイルをダウンロード
PvU Legacy Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Display plant list and havert time. Buy me a coffee: 0x6c5DE525A868193475b4Ffcb11d4632c5ACEb418 (Binance Smart Chain) *1.0.20: Harvest time notification; Harvest clock in all page. *1.0.19: Limit display only 50 plants *1.0.16: Display plant list and havert time.
拡張機能の基本情報
名前 | PvU Legacy Tool |
ID | hcceikdgppjfkaffcdlbgdkboaeobiek |
公式URL | https://chromewebstore.google.com/detail/pvu-legacy-tool/hcceikdgppjfkaffcdlbgdkboaeobiek |
説明 | Tool support for PvU Legacy |
ファイルサイズ | 184 KB |
インストール数 | 1,639 |
現在のバージョン | 1.0.31 |
最終更新日 | 2023-11-23 |
公開日 | 2021-09-21 |
評価 | 4.97/5 合計 29 レビュー |
開発者 | Red Lee |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PvU Legacy Tool", "description": "Tool support for PvU Legacy", "version": "1.0.31", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "notifications", "alarms" ], "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/pvu_tool_16.png", "32": "\/images\/pvu_tool_32.png", "48": "\/images\/pvu_tool_48.png", "128": "\/images\/pvu_tool_128.png" } }, "icons": { "16": "\/images\/pvu_tool_16.png", "32": "\/images\/pvu_tool_32.png", "48": "\/images\/pvu_tool_48.png", "128": "\/images\/pvu_tool_128.png" }, "host_permissions": [ "https:\/\/marketplace.plantvsundead.com\/", "https:\/\/api.plantvsundead.com\/", "https:\/\/pvu.lovestoblog.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/marketplace.plantvsundead.com\/*" ], "js": [ "utils.js", "pvu_web_content.js" ], "css": [ "css\/pvu_web_content.css" ] } ] } |