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
Eメール [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": [
                ""
            ]
        }
    ]
}