Halo Wallet

Gateway to the Web3 World

¿Qué es Halo Wallet?

Halo Wallet es una extensión de Chrome desarrollada por https://halo.social, y su función principal es "Gateway to the Web3 World".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Halo Wallet

Descarga archivos de extensión Halo 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

                        Halo Wallet extension offers you a secure and easy way to access your digital assets and use crypto applications in your browser.

What you can do with Halo Wallet extension:
- Easily manage your crypto assets in one place
- View your NFT collection
- Explore the decentralized web
- Seamlessly interact with various dApps

Halo Wallet is a self-custody wallet with users having full control of their assets. Our browser extension aims to give every crypto lover access to the colorful Web3 world without any gaps.

Halo Wallet is your gateway to the Web3 world. Add Halo Wallet extension to your browser and explore the Web3 world at ease!                    

Información Básica de la Extensión

Nombre Halo Wallet Halo Wallet
ID nbdpmlhambbdkhkmbfpljckjcmgibalo
URL Oficial https://chromewebstore.google.com/detail/halo-wallet/nbdpmlhambbdkhkmbfpljckjcmgibalo
Descripción Gateway to the Web3 World
Tamaño del Archivo 2.71 MB
Cantidad de Instalaciones 20,000
Versión Actual 2.2.3
Última Actualización 2024-01-15
Fecha de Publicación 2022-09-28
Calificación 4.65/5 Total de 31 Calificaciones
Desarrollador https://halo.social
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://halo.social/
URL de la Página de Ayuda https://support.halo.social/hc/en-us/
URL de la Página de Política de Privacidad https://halo.social/privacy_policy
Idiomas Soportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "2.2.3",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_title": "Halo Wallet",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "scripting",
        "system.display",
        "offscreen",
        "https:\/\/www.googletagmanager.com\/",
        "https:\/\/www.google-analytics.com\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'"
    },
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage_legacy.js",
                "inpage.js",
                "inpage_app.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}