Wizz Wallet(Formerly Atom)

Make bitcoin magical again

ما هو Wizz Wallet(Formerly Atom)؟

Wizz Wallet(Formerly Atom) هو إضافة Chrome تم تطويرها بواسطة https://wizzwallet.io، والميزة الرئيسية لها هي "Make bitcoin magical again".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Wizz Wallet(Formerly Atom)

قم بتنزيل ملفات الامتداد Wizz Wallet(Formerly Atom) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
}