BurnerX

BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…

BurnerXคืออะไร?

BurnerX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Mihal และคุณลักษณะหลักของมันคือ "BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…"

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

screenshot

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

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

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

                        BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries.

BurnerX allows users to send & receive cryptocurrencies, as well as interact with dapps.                    

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

ชื่อ BurnerX BurnerX
ID dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/burnerx/dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
คำอธิบาย BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…
ขนาดไฟล์ 8.68 MB
จำนวนการติดตั้ง 760
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2020-08-28
วันที่เผยแพร่ 2020-08-28
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา David Mihal
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/burner-wallet/chrome-extension
URL หน้าช่วยเหลือ https://github.com/burner-wallet/chrome-extension/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BurnerX",
    "version": "0.1.0",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "wallet.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content-script.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected.bundle.js",
        "wallet.html"
    ]
}