BNB Chain Wallet

A Crypto Wallet for BNB Beacon Chain, BNB Smart Chain and Ethereum

BNB Chain Walletคืออะไร?

BNB Chain Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Binance Chain และคุณลักษณะหลักของมันคือ "A Crypto Wallet for BNB Beacon Chain, BNB Smart Chain and Ethereum"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย BNB Chain Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A Crypto Wallet for BNB Smart Chain, BNB Beacon Chain and Ethereum.

With BNB Chain Wallet Extension, you can send and receive funds on BNB Smart Chain, BNB Beacon Chain and Ethereum, and cross-chain transfer between BNB Chain's networks.

This extension can also connect with BNB Chain dApps for authentication and transaction signing without providing access to your private keys, which are stored securely within the extension’s storage space and encrypted with your password.

To make this connection possible, the extension needs to add code to handle the communication between the dApp you open in your browser and the extension itself. This is why the extension requires permission to access dApps.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BNB Chain Wallet BNB Chain Wallet
ID fhbohimaelbohpjbbldcngcnapndodjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bnb-chain-wallet/fhbohimaelbohpjbbldcngcnapndodjp
คำอธิบาย A Crypto Wallet for BNB Beacon Chain, BNB Smart Chain and Ethereum
ขนาดไฟล์ 4.73 MB
จำนวนการติดตั้ง 1,320,800
เวอร์ชันปัจจุบัน 2.16.3
อัปเดตครั้งล่าสุด 2024-01-24
วันที่เผยแพร่ 2020-08-18
คะแนน 2.36/5 รวมทั้งหมด 582 คะแนน
ผู้พัฒนา Binance Chain
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.bnbchain.org
URL หน้านโยบายความเป็นส่วนตัว https://www.binance.org/en/privacy
ภาษาที่รองรับ id,en,vi,tr,es,pt-PT,ru,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.16.3",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "homepage_url": "https:\/\/www.bnbchain.org",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5lW2dVMhVrrpcxj8kA9dAZrJuS5taycOj9+bo75iCrfokTKaZKaJ0RpfNRgST6fm2GwG1AVvWy180e0uZ2V3uTk8uzIw0K8nYlGYrbeLb756oHcDVVHrl41+YKwkKwYYHq9wW4U5slX2SKnahePJyG5ziInXZfymtUkocARkNEx9CPUKHWIDtRg668IvB+yy9JilAk37uCxUHDQ2svQEYhuk2ypUHJirPO0RckfQZsLfooNuR1t\/9sQeGqoPo9BaAWMZkU7wBPJo\/Lich75+G3JlvzIdlQ1Zu5lc5NYbJ24swesCf+nau\/hMA8IZAEjnNuNil6ukJV1Lh7po5KesfQIDAQAB",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+B",
                "mac": "Alt+Shift+B",
                "chromeos": "Alt+Shift+B",
                "linux": "Alt+Shift+B"
            }
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "BNB Chain Wallet",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png",
            "512": "icons\/icon512.png"
        }
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{0a395005-c941-4030-83c9-018ee43e3414}"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite",
        "identity"
    ]
}