Math Wallet

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

Qu'est-ce que Math Wallet ?

Math Wallet est une extension Chrome développée par https://mathwallet.org, et sa fonction principale est "The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Math Wallet

Téléchargez les fichiers d'extension Math Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Math Wallet Math Wallet
ID afbcbjpbpfadlkmhmclhkeeodmamcflc
URL Officiel https://chromewebstore.google.com/detail/math-wallet/afbcbjpbpfadlkmhmclhkeeodmamcflc
Description The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet
Taille du Fichier 26.25 MB
Nombre d'Installations 70,562
Version Actuelle 3.0.7
Dernière Mise à Jour 2023-07-27
Date de Publication 2020-07-03
Évaluation 3.54/5 Total 59 Évaluations
Développeur https://mathwallet.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://mathwallet.org
URL de la Page d'Aide http://blog.mathwallet.org
URL de la Page de Politique de Confidentialité http://mathwallet.org/privacy/en
Langues Prises en Charge 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"
}