Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
Bitwalletคืออะไร?
Bitwallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beimagine.tech และคุณลักษณะหลักของมันคือ "Bit Wallet enables users to sign in and use decentralized applications securely."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitwallet
ดาวน์โหลดไฟล์ส่วนขยาย Bitwallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bit Wallet enables users to sign in and use decentralized applications securely.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ddphokhghjkekfdoddpeffdpojdofcan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
คำอธิบาย | Bit Wallet enables users to sign in and use decentralized applications securely. |
ขนาดไฟล์ | 7.57 MB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 4.3 |
อัปเดตครั้งล่าสุด | 2023-11-27 |
วันที่เผยแพร่ | 2022-11-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://beimagine.tech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.bitmemoir.com/ |
URL หน้าช่วยเหลือ | https://www.bitmemoir.com/#/privacypolicy |
ภาษาที่รองรับ | 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" } } |