Math Wallet
The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet
¿Qué es Math Wallet?
Math Wallet es una extensión de Chrome desarrollada por https://mathwallet.org, y su función principal es "The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Math Wallet
Descarga archivos de extensión Math Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Math Wallet |
ID | afbcbjpbpfadlkmhmclhkeeodmamcflc |
URL Oficial | https://chromewebstore.google.com/detail/math-wallet/afbcbjpbpfadlkmhmclhkeeodmamcflc |
Descripción | The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet |
Tamaño del Archivo | 26.25 MB |
Cantidad de Instalaciones | 70,562 |
Versión Actual | 3.0.7 |
Última Actualización | 2023-07-27 |
Fecha de Publicación | 2020-07-03 |
Calificación | 3.54/5 Total de 59 Calificaciones |
Desarrollador | https://mathwallet.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://mathwallet.org |
URL de la Página de Ayuda | http://blog.mathwallet.org |
URL de la Página de Política de Privacidad | http://mathwallet.org/privacy/en |
Idiomas Soportados | 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" } |