Energy8 Wallet

Energy8 Wallet - Secure crypto multichain wallet in your Browser.

Cos'è Energy8 Wallet?

Energy8 Wallet è un'estensione di Chrome sviluppata da https://energy8.io, e la sua funzione principale è "Energy8 Wallet - Secure crypto multichain wallet in your Browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Energy8 Wallet

Scarica i file di estensione Energy8 Wallet 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

                        The friendly crypto multichain wallet for web3 on EVM, Aelf, Sui, Massa and others in the future. Energy8 wallet offers safe and friendly web3 exploration.                    

Informazioni di Base sull'Estensione

Nome Energy8 Wallet Energy8 Wallet
ID mdnaglckomeedfbogeajfajofmfgpoae
URL Ufficiale https://chromewebstore.google.com/detail/energy8-wallet/mdnaglckomeedfbogeajfajofmfgpoae
Descrizione Energy8 Wallet - Secure crypto multichain wallet in your Browser.
Dimensione del File 11.97 MB
Conteggio Installazioni 1,461
Versione Corrente 2.0.15
Ultimo Aggiornamento 2024-01-30
Data di Pubblicazione 2022-11-07
Valutazione 4.36/5 Totale 11 Valutazioni
Sviluppatore https://energy8.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://energy8.io/
URL della Pagina di Aiuto https://docs.energy8.io/v/terms-of-service/terms-of-service/introduction
URL della Pagina della Politica sulla Privacy https://docs.energy8.io/general-privacy-policy/privacy-policy-introduction
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Energy8 Wallet",
    "description": "Energy8 Wallet - Secure crypto multichain wallet in your Browser.",
    "author": "https:\/\/energy8.io",
    "short_name": "E8W",
    "version": "2.0.15",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "E8 Wallet"
    },
    "icons": {
        "128": "logo128-rounded.png",
        "192": "logo192-rounded.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "static\/js\/background.js",
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inpage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "minimum_chrome_version": "88"
}