PVU Tracker

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

Co je PVU Tracker?

PVU Tracker je rozšíření Chrome vyvinuté jkque, a jeho hlavní funkcí je „A tool that can help gardeners in PLANT vs UNDEAD NFT game“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PVU Tracker

Stáhněte si soubory rozšíření PVU Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PVU Tracker PVU Tracker
ID dmpgekoeafnhnnfbelbplfabgfjmcofg
Oficiální URL https://chromewebstore.google.com/detail/pvu-tracker/dmpgekoeafnhnnfbelbplfabgfjmcofg
Popis A tool that can help gardeners in PLANT vs UNDEAD NFT game
Velikost souboru 167 KB
Počet instalací 45
Aktuální Verze 0.1.5
Poslední Aktualizace 2021-10-12
Datum Vydání 2021-09-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář jkque
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}