Halo Wallet

Gateway to the Web3 World

Что такое Halo Wallet?

Halo Wallet - это расширение Chrome, разработанное https://halo.social, и его основная функция - "Gateway to the Web3 World".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Halo Wallet

Скачайте файлы расширений Halo Wallet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Halo Wallet Halo Wallet
ID nbdpmlhambbdkhkmbfpljckjcmgibalo
Официальный URL https://chromewebstore.google.com/detail/halo-wallet/nbdpmlhambbdkhkmbfpljckjcmgibalo
Описание Gateway to the Web3 World
Размер файла 2.71 MB
Количество установок 20,000
Текущая Версия 2.2.3
Последнее Обновление 2024-01-15
Дата публикации 2022-09-28
Рейтинг 4.65/5 Всего 31 оценок
Разработчик https://halo.social
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://halo.social/
URL страницы помощи https://support.halo.social/hc/en-us/
URL страницы политики конфиденциальности https://halo.social/privacy_policy
Поддерживаемые языки 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:\/\/*\/*"
            ]
        }
    ]
}