BurnerX

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

Cos'è BurnerX?

BurnerX è un'estensione di Chrome sviluppata da David Mihal, e la sua funzione principale è "BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BurnerX

Scarica i file di estensione BurnerX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BurnerX BurnerX
ID dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
URL Ufficiale https://chromewebstore.google.com/detail/burnerx/dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
Descrizione BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…
Dimensione del File 8.68 MB
Conteggio Installazioni 760
Versione Corrente 0.1.0
Ultimo Aggiornamento 2020-08-28
Data di Pubblicazione 2020-08-28
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore David Mihal
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/burner-wallet/chrome-extension
URL della Pagina di Aiuto https://github.com/burner-wallet/chrome-extension/issues
Lingue Supportate 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"
    ]
}