Volt Wallet
Volt Wallet
O que é Volt Wallet?
Volt Wallet é uma extensão do Chrome desenvolvida por Volt.id, e sua principal característica é "Volt Wallet".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Volt Wallet
Baixe arquivos de extensão Volt 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
Bitcoin wallet and BFI(Bitcoin Finance) portal Volt is a Bitcoin and multi-chain crypto wallet in your Browser Volt is an extension for reading from and writing to Bitcoin blockchain! Scan QR code with Volt mobile App to connect with extention wallet in a simple and secure way. Volt is also the first wallet that supports interacting with BFI(called 'DeFi' by the wider crypto community) on Bitcoin Volt also lets the user create and manage their own identities and application connection, when a third party app requires the user to approve permission, the user is presented an interface to review permisssions and transaction, before approving or rejecting it. Volt nables access to: Web 3.0, Bitcoin Dapps, Bitcoin NFTs, STP(Sensible Token Protocol) tokens.
Informações Básicas da Extensão
Nome | |
ID | nefphheeepefieolhnenmbfmoppchgdg |
URL Oficial | https://chrome.google.com/webstore/detail/volt-wallet/nefphheeepefieolhnenmbfmoppchgdg |
Descrição | Volt Wallet |
Tamanho do Arquivo | 4.07 MB |
Contagem de Instalações | 813 |
Versão Atual | 2.2.5 |
Última Atualização | 2022-06-15 |
Data de Publicação | 2022-01-10 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Volt.id |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.volt.id |
URL da Página de Ajuda | https://www.volt.id |
URL da Página de Política de Privacidade | https://volt.id |
Idiomas Suportados | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Volt Wallet", "version": "2.2.5", "homepage_url": "https:\/\/volt.id", "description": "Volt Wallet", "default_locale": "en", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs" ], "icons": { "48": ".\/dist\/assets\/50.png", "128": ".\/dist\/assets\/150.png" }, "background": { "scripts": [ "dist\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "dist\/content.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "dist\/script.js" ], "browser_action": { "default_popup": ".\/index.html", "default_title": "Volt Wallet", "default_icon": { "48": ".\/dist\/assets\/50.png" } } } |