Math Wallet

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

Math Wallet क्या है?

Math Wallet https://mathwallet.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Math Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL http://blog.mathwallet.org
गोपनीयता नीति पृष्ठ URL 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"
}