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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" } } |