Volt Wallet
Volt Wallet
Cos'è Volt Wallet?
Volt Wallet è un'estensione di Chrome sviluppata da Volt.id, e la sua funzione principale è "Volt Wallet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Volt Wallet
Scarica i file di estensione Volt Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nefphheeepefieolhnenmbfmoppchgdg |
URL Ufficiale | https://chrome.google.com/webstore/detail/volt-wallet/nefphheeepefieolhnenmbfmoppchgdg |
Descrizione | Volt Wallet |
Dimensione del File | 4.07 MB |
Conteggio Installazioni | 813 |
Versione Corrente | 2.2.5 |
Ultimo Aggiornamento | 2022-06-15 |
Data di Pubblicazione | 2022-01-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Volt.id |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.volt.id |
URL della Pagina di Aiuto | https://www.volt.id |
URL della Pagina della Politica sulla Privacy | https://volt.id |
Lingue Supportate | 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" } } } |