Math Wallet
The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet
Cos'è Math Wallet?
Math Wallet è un'estensione di Chrome sviluppata da https://mathwallet.org, e la sua funzione principale è "The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Math Wallet
Scarica i file di estensione Math Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | afbcbjpbpfadlkmhmclhkeeodmamcflc |
| URL Ufficiale | https://chromewebstore.google.com/detail/math-wallet/afbcbjpbpfadlkmhmclhkeeodmamcflc |
| Descrizione | The MetaMask Scatter TronLink PolkadotJS Alternative All-in-One Crypto Wallet |
| Dimensione del File | 26.25 MB |
| Conteggio Installazioni | 70,562 |
| Versione Corrente | 3.0.7 |
| Ultimo Aggiornamento | 2023-07-27 |
| Data di Pubblicazione | 2020-07-03 |
| Valutazione | 3.54/5 Totale 59 Valutazioni |
| Sviluppatore | https://mathwallet.org |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://mathwallet.org |
| URL della Pagina di Aiuto | http://blog.mathwallet.org |
| URL della Pagina della Politica sulla Privacy | http://mathwallet.org/privacy/en |
| Lingue Supportate | 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"
} | |