PVU Tracker

A tool that can help gardeners in PLANT vs UNDEAD NFT game

PVU Trackerとは何ですか?

PVU Trackerはjkqueによって開発されたChromeの拡張機能で、その主な機能は「A tool that can help gardeners in PLANT vs UNDEAD NFT game」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

PVU Tracker拡張機能のCRXファイルをダウンロード

PVU Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A tool that can help gardeners in PLANT vs UNDEAD NFT game. Track plants and see if your plants need water, has crow or it is ready to harvest. While you are doing other thing or watching video from other tabs you can still keep track of  the status of  your plants.

This is in beta version a bug may occur. Please report or comment it, thanks.

Enjoy farming.                    

拡張機能の基本情報

名前 PVU Tracker PVU Tracker
ID dmpgekoeafnhnnfbelbplfabgfjmcofg
公式URL https://chromewebstore.google.com/detail/pvu-tracker/dmpgekoeafnhnnfbelbplfabgfjmcofg
説明 A tool that can help gardeners in PLANT vs UNDEAD NFT game
ファイルサイズ 167 KB
インストール数 45
現在のバージョン 0.1.5
最終更新日 2021-10-12
公開日 2021-09-19
評価 5.00/5 合計 1 レビュー
開発者 jkque
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PVU Tracker",
    "version": "0.1.5",
    "description": "A tool that can help gardeners in PLANT vs UNDEAD NFT game",
    "manifest_version": 3,
    "background": [],
    "permissions": [
        "cookies",
        "storage",
        "alarms",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/marketplace.plantvsundead.com\/*",
        "https:\/\/backend-farm.plantvsundead.com\/*",
        "https:\/\/backend-farm-stg.plantvsundead.com\/*",
        "https:\/\/pvu-static.s3.ap-southeast-1.amazonaws.com\/*",
        "https:\/\/unpkg.com\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "pvu-icon.png"
    },
    "icons": {
        "32": "pvu-icon.png",
        "16": "pvu-icon.png",
        "48": "pvu-icon.png",
        "128": "pvu-icon.png"
    }
}