XPLA Vault Wallet

XPLA Vault is a digital wallet extension used to manage assets on the XPLA mainnet. Anyone can create their own personal digital…

Co je XPLA Vault Wallet?

XPLA Vault Wallet je rozšíření Chrome vyvinuté MetaMagnet, a jeho hlavní funkcí je „XPLA Vault is a digital wallet extension used to manage assets on the XPLA mainnet. Anyone can create their own personal digital…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření XPLA Vault Wallet

Stáhněte si soubory rozšíření XPLA Vault Wallet 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í

                        XPLA Vault is a digital wallet extension used to manage assets on the XPLA mainnet.
Anyone can create their own personal digital wallets through XPLA Vault to effectively control and manage digital assets they own in XPLA’s ecosystem.

➤ Store and trade your digital assets on XPLA
XPLA Vault’s top-notch security features allow you to store your digital assets unconcerned. Experience an all-in-one system that lets you freely trade, control, and manage your digital assets with XPLA Vault. 

➤ More features are on the way!
Be on the lookout for what’s more to come in XPLA Vault!                    

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

Název XPLA Vault Wallet XPLA Vault Wallet
ID ocjobpilfplciaddcbafabcegbilnbnb
Oficiální URL https://chromewebstore.google.com/detail/xpla-vault-wallet/ocjobpilfplciaddcbafabcegbilnbnb
Popis XPLA Vault is a digital wallet extension used to manage assets on the XPLA mainnet. Anyone can create their own personal digital…
Velikost souboru 2.52 MB
Počet instalací 14,950
Aktuální Verze 1.2.7
Poslední Aktualizace 2024-01-25
Datum Vydání 2022-08-19
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář MetaMagnet
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://xpla.io/privacy-policy.html
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "XPLA Vault Wallet",
    "version": "1.2.7",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon-32.png"
    },
    "options_ui": {
        "page": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "180": "icon-180.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}