Energy8 Wallet

Energy8 Wallet - Secure crypto multichain wallet in your Browser.

¿Qué es Energy8 Wallet?

Energy8 Wallet es una extensión de Chrome desarrollada por https://energy8.io, y su función principal es "Energy8 Wallet - Secure crypto multichain wallet in your Browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Energy8 Wallet

Descarga archivos de extensión Energy8 Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Energy8 Wallet Energy8 Wallet
ID mdnaglckomeedfbogeajfajofmfgpoae
URL Oficial https://chromewebstore.google.com/detail/energy8-wallet/mdnaglckomeedfbogeajfajofmfgpoae
Descripción Energy8 Wallet - Secure crypto multichain wallet in your Browser.
Tamaño del Archivo 11.97 MB
Cantidad de Instalaciones 1,461
Versión Actual 2.0.15
Última Actualización 2024-01-30
Fecha de Publicación 2022-11-07
Calificación 4.36/5 Total de 11 Calificaciones
Desarrollador https://energy8.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://energy8.io/
URL de la Página de Ayuda https://docs.energy8.io/v/terms-of-service/terms-of-service/introduction
URL de la Página de Política de Privacidad https://docs.energy8.io/general-privacy-policy/privacy-policy-introduction
Idiomas Soportados 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"
}