Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
Cos'è Bitwallet?
Bitwallet è un'estensione di Chrome sviluppata da https://beimagine.tech, e la sua funzione principale è "Bit Wallet enables users to sign in and use decentralized applications securely.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bitwallet
Scarica i file di estensione Bitwallet 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
Bit Wallet enables users to sign in and use decentralized applications securely.
Informazioni di Base sull'Estensione
Nome | |
ID | ddphokhghjkekfdoddpeffdpojdofcan |
URL Ufficiale | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
Descrizione | Bit Wallet enables users to sign in and use decentralized applications securely. |
Dimensione del File | 7.57 MB |
Conteggio Installazioni | 103 |
Versione Corrente | 4.3 |
Ultimo Aggiornamento | 2023-11-27 |
Data di Pubblicazione | 2022-11-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://beimagine.tech |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.bitmemoir.com/ |
URL della Pagina di Aiuto | https://www.bitmemoir.com/#/privacypolicy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bitwallet", "version": "4.3", "permissions": [ "activeTab", "storage", "background" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "inject-script.js", "connection-popup.html", "connection-popup.js", "password-popup.html", "password-popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |