Broearn Wallet
A decentralized wallet that supports Web3 activities. Chain support(ETH/BSC/TRON/PUT/SOL/ZETA).
Broearn Wallet क्या है?
Broearn Wallet https://www.broearn.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A decentralized wallet that supports Web3 activities. Chain support(ETH/BSC/TRON/PUT/SOL/ZETA)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Broearn Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Broearn Wallet supports PUT, ETH, BSC,TRON,ZETA,SOL and other mainstream public chains one after another. The wallet's private key, mnemonic phrase, and password are stored on your device, and all information is encrypted and decrypted by the password.
एक्सटेंशन की मूल जानकारी
नाम | Broearn Wallet |
ID | ppohmjakiedocgjiigmabnhcnemnphcn |
आधिकारिक URL | https://chromewebstore.google.com/detail/broearn-wallet/ppohmjakiedocgjiigmabnhcnemnphcn |
विवरण | A decentralized wallet that supports Web3 activities. Chain support(ETH/BSC/TRON/PUT/SOL/ZETA). |
फ़ाइल का आकार | 5.55 MB |
स्थापना संख्या | 66 |
वर्तमान संस्करण | 2.2.7 |
अंतिम अपडेट | 2024-02-02 |
प्रकाशन तिथि | 2023-08-21 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://www.broearn.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.broearn.com/wallet |
सहायता पृष्ठ URL | https://wallet-docs.broearn.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.broearn.com/privacy_policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Broearn Wallet", "version": "2.2.7", "description": "A decentralized wallet that supports Web3 activities. Chain support(ETH\/BSC\/TRON\/PUT\/SOL\/ZETA).", "icons": { "128": "logo.png" }, "action": { "default_popup": "src\/extension\/index.html", "default_icon": "logo.png" }, "permissions": [ "tabs", "storage", "notifications", "alarms", "scripting" ], "host_permissions": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/js\/index.ts-loader-114885c5.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/js\/inpage.js", "assets\/js\/browser-polyfill-cbfa0031.js", "assets\/js\/react-a145103b.js", "assets\/js\/index.ts-71cc3e9e.js" ], "use_dynamic_url": true } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "options_ui": { "page": "src\/extension\/index.html#\/setting", "open_in_tab": true } } |