Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
Apa itu Bitwallet?
Bitwallet adalah ekstensi Chrome yang dikembangkan oleh https://beimagine.tech, dan fitur utamanya adalah "Bit Wallet enables users to sign in and use decentralized applications securely.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bitwallet
Unduh file ekstensi Bitwallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Bit Wallet enables users to sign in and use decentralized applications securely.
Informasi Dasar Ekstensi
Nama | |
ID | ddphokhghjkekfdoddpeffdpojdofcan |
URL Resmi | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
Deskripsi | Bit Wallet enables users to sign in and use decentralized applications securely. |
Ukuran File | 7.57 MB |
Jumlah Instalasi | 103 |
Versi Saat Ini | 4.3 |
Terakhir Diperbarui | 2023-11-27 |
Tanggal Publikasi | 2022-11-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://beimagine.tech |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.bitmemoir.com/ |
URL Halaman Bantuan | https://www.bitmemoir.com/#/privacypolicy |
Bahasa yang Didukung | 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" } } |