Vanta Wallet

XPLA wallet powered by dexlab

什么是Vanta Wallet?

Vanta Wallet是由https://vantawallet.com开发的Chrome扩展程序,该扩展的主要功能是“XPLA wallet powered by dexlab”。

扩展截图

screenshot

下载Vanta Wallet扩展crx文件

下载Vanta Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A crypto wallet reimagined for DeFi & NFTs
Vanta Wallet is your trusted companion for web3.

Our multichain wallet helps you explore web3, use apps, and buy, store, and trade crypto and NFTs across XPLA, Solana(Coming), and More. 

It’s easy, safe, and fun. For everyone.

Keeps everything in one place

- Use multiple chains with one wallet. No manually switching networks.
- View and showcase your NFT collection.
- Monitor all activity with detailed transaction history and notifications.
- No limits on tokens, balances, or transactions.

Powerful tools made for everyone!

Best-in-class Security
- Private by design. No name, email, or phone number required.
- Scam detection flags malicious transactions instantly.

Download Vanta Wallet to start exploring web3 today.                    

扩展基本信息

名称 Vanta Wallet Vanta Wallet
ID modjfdjcodmehnpccdjngmdfajggaoeh
官方URL https://chromewebstore.google.com/detail/vanta-wallet/modjfdjcodmehnpccdjngmdfajggaoeh
简介 XPLA wallet powered by dexlab
文件大小 2.73 MB
安装次数 103
当前版本 0.2.0
更新时间 2023-12-04
上架时间 2023-10-25
评分 5.00/5 共2次评分
开发者 https://vantawallet.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.vantawallet.com
隐私政策页面URL https://docs.dexlab.space/products/terms-of-service
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vanta Wallet",
    "description": "XPLA wallet powered by dexlab",
    "version": "0.2.0",
    "action": {
        "default_icon": {
            "16": "icon16-dark.png",
            "24": "icon24-dark.png",
            "32": "icon32-dark.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16-dark.png",
        "32": "icon32-dark.png",
        "48": "icon48-dark.png",
        "128": "icon128-dark.png",
        "256": "icon256-dark.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injectScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}