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によって開発されたChromeの拡張機能で、その主な機能は「A decentralized wallet that supports Web3 activities. Chain support(ETH/BSC/TRON/PUT/SOL/ZETA).」です。
拡張機能のスクリーンショット
Broearn Wallet拡張機能のCRXファイルをダウンロード
Broearn Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } } |