BurnerX

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

BurnerX là gì?

BurnerX là một tiện ích mở rộng Chrome được phát triển bởi David Mihal, và tính năng chính của nó là "BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BurnerX

Tải xuống các tệp mở rộng BurnerX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BurnerX BurnerX
ID dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
URL Chính Thức https://chromewebstore.google.com/detail/burnerx/dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
Mô tả BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…
Kích Thước Tệp 8.68 MB
Số Lần Cài Đặt 760
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-08-28
Ngày Phát Hành 2020-08-28
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển David Mihal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/burner-wallet/chrome-extension
URL Trang Trợ Giúp https://github.com/burner-wallet/chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}