Math Wallet

The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet

ما هو Math Wallet؟

Math Wallet هو إضافة Chrome تم تطويرها بواسطة https://mathwallet.org، والميزة الرئيسية لها هي "The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Math Wallet

قم بتنزيل ملفات الامتداد Math Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Math Wallet is a multi-platform (mobile/desktop/hardware) universal crypto wallet.

Math Wallet enables storage of 50+ blockchains and 3000+ tokens.

Math Wallet is the ONLY extension wallet that support multi-chain dApps.

FEATURES

- Generate Wallets completely client side.

- Unlock variety of key types: private key, mnemonics.

- Easily send tokens. 

- Support all kinds of DeFi dApps.

Learn more: https://mathwallet.org                    

معلومات أساسية عن التمديد

الاسم Math Wallet Math Wallet
ID afbcbjpbpfadlkmhmclhkeeodmamcflc
عنوان URL الرسمي https://chromewebstore.google.com/detail/math-wallet/afbcbjpbpfadlkmhmclhkeeodmamcflc
الوصف The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet
حجم الملف 26.25 MB
عدد التثبيتات 70,562
النسخة الحالية 3.0.7
آخر تحديث 2023-07-27
تاريخ النشر 2020-07-03
تقييم 3.54/5 مجموع تقييمات 59
المطور https://mathwallet.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://mathwallet.org
عنوان صفحة المساعدة http://blog.mathwallet.org
عنوان صفحة سياسة الخصوصية http://mathwallet.org/privacy/en
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Math Wallet",
    "description": "The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Math Wallet",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "homepage_url": "http:\/\/www.mathwallet.org",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "3.0.7"
}