Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
Bitwallet là gì?
Bitwallet là một tiện ích mở rộng Chrome được phát triển bởi https://beimagine.tech, và tính năng chính của nó là "Bit Wallet enables users to sign in and use decentralized applications securely.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bitwallet
Tải xuống các tệp mở rộng Bitwallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Bit Wallet enables users to sign in and use decentralized applications securely.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ddphokhghjkekfdoddpeffdpojdofcan |
URL Chính Thức | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
Mô tả | Bit Wallet enables users to sign in and use decentralized applications securely. |
Kích Thước Tệp | 7.57 MB |
Số Lần Cài Đặt | 103 |
Phiên Bản Hiện Tại | 4.3 |
Cập Nhật Lần Cuối | 2023-11-27 |
Ngày Phát Hành | 2022-11-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://beimagine.tech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.bitmemoir.com/ |
URL Trang Trợ Giúp | https://www.bitmemoir.com/#/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |