Vanta Wallet

XPLA wallet powered by dexlab

O que é Vanta Wallet?

Vanta Wallet é uma extensão do Chrome desenvolvida por https://vantawallet.com, e sua principal característica é "XPLA wallet powered by dexlab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Vanta Wallet

Baixe arquivos de extensão Vanta Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Vanta Wallet Vanta Wallet
ID modjfdjcodmehnpccdjngmdfajggaoeh
URL Oficial https://chromewebstore.google.com/detail/vanta-wallet/modjfdjcodmehnpccdjngmdfajggaoeh
Descrição XPLA wallet powered by dexlab
Tamanho do Arquivo 2.73 MB
Contagem de Instalações 103
Versão Atual 0.2.0
Última Atualização 2023-12-04
Data de Publicação 2023-10-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://vantawallet.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.vantawallet.com
URL da Página de Política de Privacidade https://docs.dexlab.space/products/terms-of-service
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}