Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
Bitwallet क्या है?
Bitwallet https://beimagine.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bit Wallet enables users to sign in and use decentralized applications securely."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitwallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ 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" } } |