Wizz Wallet(Formerly Atom)

Make bitcoin magical again

Wizz Wallet(Formerly Atom) क्या है?

Wizz Wallet(Formerly Atom) https://wizzwallet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make bitcoin magical again"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wizz Wallet(Formerly Atom) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}