Halo Wallet

Gateway to the Web3 World

Halo Walletとは何ですか?

Halo Walletはhttps://halo.socialによって開発されたChromeの拡張機能で、その主な機能は「Gateway to the Web3 World」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Halo Wallet拡張機能のCRXファイルをダウンロード

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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}