BurnerX

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

什么是BurnerX?

BurnerX是由David Mihal开发的Chrome扩展程序,该扩展的主要功能是“BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…”。

扩展截图

screenshot

下载BurnerX扩展crx文件

下载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"
    ]
}