Wizz Wallet(Formerly Atom)

Make bitcoin magical again

Co je Wizz Wallet(Formerly Atom)?

Wizz Wallet(Formerly Atom) je rozšíření Chrome vyvinuté https://wizzwallet.io, a jeho hlavní funkcí je „Make bitcoin magical again“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Wizz Wallet(Formerly Atom)

Stáhněte si soubory rozšíření Wizz Wallet(Formerly Atom) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

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

Základní Informace o Rozšíření

Název Wizz Wallet(Formerly Atom) Wizz Wallet(Formerly Atom)
ID ghlmndacnhlaekppcllcpcjjjomjkjpg
Oficiální URL https://chromewebstore.google.com/detail/wizz-walletformerly-atom/ghlmndacnhlaekppcllcpcjjjomjkjpg
Popis Make bitcoin magical again
Velikost souboru 2.3 MB
Počet instalací 46,017
Aktuální Verze 2.3.0
Poslední Aktualizace 2024-02-14
Datum Vydání 2023-10-08
Hodnocení 3.71/5 Celkem 31 Hodnocení
Vývojář https://wizzwallet.io
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/atomwallet
Podporované Jazyky 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"
}