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).”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 Broearn Wallet
ID ppohmjakiedocgjiigmabnhcnemnphcn
官方網址 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
    }
}