BurnerX

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

Co to jest BurnerX?

BurnerX to rozszerzenie Chrome opracowane przez David Mihal, a jego główną funkcją jest „BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BurnerX

Pobierz pliki rozszerzeń BurnerX w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BurnerX BurnerX
ID dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
Oficjalny URL https://chromewebstore.google.com/detail/burnerx/dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
Opis BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…
Rozmiar pliku 8.68 MB
Liczba instalacji 760
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2020-08-28
Data Publikacji 2020-08-28
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper David Mihal
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/burner-wallet/chrome-extension
Adres URL Strony Pomocy https://github.com/burner-wallet/chrome-extension/issues
Obsługiwane Języki 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"
    ]
}