Wizz Wallet(Formerly Atom)

Make bitcoin magical again

Wizz Wallet(Formerly Atom) là gì?

Wizz Wallet(Formerly Atom) là một tiện ích mở rộng Chrome được phát triển bởi https://wizzwallet.io, và tính năng chính của nó là "Make bitcoin magical again".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wizz Wallet(Formerly Atom)

Tải xuống các tệp mở rộng Wizz Wallet(Formerly Atom) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wizz Wallet(Formerly Atom) Wizz Wallet(Formerly Atom)
ID ghlmndacnhlaekppcllcpcjjjomjkjpg
URL Chính Thức https://chromewebstore.google.com/detail/wizz-walletformerly-atom/ghlmndacnhlaekppcllcpcjjjomjkjpg
Mô tả Make bitcoin magical again
Kích Thước Tệp 2.3 MB
Số Lần Cài Đặt 46,017
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2024-02-14
Ngày Phát Hành 2023-10-08
Đánh Giá 3.71/5 Tổng số 31 Đánh Giá
Nhà Phát Triển https://wizzwallet.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/atomwallet
Ngôn Ngữ Được Hỗ Trợ 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"
}