Wizz Wallet(Formerly Atom)

Make bitcoin magical again

什么是Wizz Wallet(Formerly Atom)?

Wizz Wallet(Formerly Atom)是由https://wizzwallet.io开发的Chrome扩展程序,该扩展的主要功能是“Make bitcoin magical again”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Wizz Wallet(Formerly Atom)扩展crx文件

下载Wizz Wallet(Formerly Atom)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Wizz Wallet (formerly Atom) is a browser-extension wallet for Atomicals Protocol.

Features
- Send BTC.
- Store and transfer your Atomicals asset.                    

扩展基本信息

名称 Wizz Wallet(Formerly Atom) Wizz Wallet(Formerly Atom)
ID ghlmndacnhlaekppcllcpcjjjomjkjpg
官方URL https://chromewebstore.google.com/detail/wizz-walletformerly-atom/ghlmndacnhlaekppcllcpcjjjomjkjpg
简介 Make bitcoin magical again
文件大小 2.3 MB
安装次数 46,017
当前版本 2.3.0
更新时间 2024-02-14
上架时间 2023-10-08
评分 3.71/5 共31次评分
开发者 https://wizzwallet.io
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/atomwallet
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.3.0",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "\/images\/logo\/[email protected]",
        "32": "\/images\/logo\/[email protected]",
        "48": "\/images\/logo\/[email protected]",
        "128": "\/images\/logo\/[email protected]"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo\/[email protected]",
            "32": "\/images\/logo\/[email protected]",
            "48": "\/images\/logo\/[email protected]",
            "128": "\/images\/logo\/[email protected]"
        },
        "default_title": "__MSG_appName__"
    },
    "author": "https:\/\/atomicalswallet.com",
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/atomicalswallet.com",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "short_name": "__MSG_appName__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pageProvider.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/unisat.io\/*",
            "https:\/\/wizzwallet.io\/*",
            "https:\/\/ep.wizz.cash\/*",
            "https:\/\/eptest.wizz.cash\/*",
            "https:\/\/mempool.space\/*",
            "https:\/\/blockstream.info\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "88"
}