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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } } |