Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
Hvad er Bitwallet?
Bitwallet er en Chrome-udvidelse udviklet af https://beimagine.tech, og dens hovedfunktion er "Bit Wallet enables users to sign in and use decentralized applications securely.".
Udvidelsesskærmbilleder
Download Bitwallet-udvidelses-CRX-fil
Download Bitwallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Bit Wallet enables users to sign in and use decentralized applications securely.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ddphokhghjkekfdoddpeffdpojdofcan |
Officiel URL | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
Beskrivelse | Bit Wallet enables users to sign in and use decentralized applications securely. |
Filstørrelse | 7.57 MB |
Antal Installationer | 103 |
Nuværende Version | 4.3 |
Senest Opdateret | 2023-11-27 |
Udgivelsesdato | 2022-11-24 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://beimagine.tech |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.bitmemoir.com/ |
Hjælpeside-URL | https://www.bitmemoir.com/#/privacypolicy |
Understøttede Sprog | 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" } } |