Broearn Wallet

A decentralized wallet that supports Web3 activities. Chain support(ETH/BSC/TRON/PUT/SOL/ZETA).

Broearn Walletคืออะไร?

Broearn Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.broearn.com และคุณลักษณะหลักของมันคือ "A decentralized wallet that supports Web3 activities. Chain support(ETH/BSC/TRON/PUT/SOL/ZETA)."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Broearn Wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
    }
}