MadWallet

Save & earn, Swap, Store, Receive and Send Crypto within your browser with MadWallet — A Secured Multichain Wallet on Steroids

Τι είναι το MadWallet;

Το MadWallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Xend Labs Limited, και η κύρια λειτουργία του είναι "Save & earn, Swap, Store, Receive and Send Crypto within your browser with MadWallet — A Secured Multichain Wallet on Steroids".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MadWallet

Λήψη αρχείων επέκτασης MadWallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Mad Wallet is a DeFi Wallet for your Browser.

Send, receive, withdraw, and save digital currency anytime, anywhere with Xend Finance’s award-winning technology and Wallet Extension.

With this App, you can also Buy Digital Currency through your local currency – the only Digital Currency Bank you will ever need for all your savings – fixed savings or flexible.

Mad Wallet savings plans with up to 15% APY (Annual Percentage Yield) through Xend Finance Auto Yield API.

What makes MAD Wallet better than existing products?

- It is a Custom savings DeFi Wallet on a Layer-2 Protocol
- Bridge Tokens across multiple chains
- Earn the Highest Yields on your Digital/Crypto Assets directly from your wallet.
- Xend’s Cross-Chain High Yield Aggregator automatically scans and ensures the highest yields across multiple chains
- Save on-the-go with stable currencies: $BUSD, $USDT, $USDC and more assets coming soon.

- Earn $XEND as rewards
- Audited multiple times with Industry-leading auditing firms
- Decentralized insurance to protect assets and investments.
- Enables access to:
- Web 3.0
- Dapps
- NFTs
- Erc20
- Tokens
- ICOs
- Erc271
...and more!

If you need support or want to follow our updates, we are available on the following socials:
Follow us on Telegram — https://t.me/xendFinance
Follow us on Discord — https://discord.io/xendfinance
Follow us on Reddit — https://www.reddit.com/r/XendFinance/
Follow us on Medium — https://medium.com/xendfinance
Follow us on Telegram Ann — https://t.me/XendAnnouncements

You can also contact us at [email protected]

About Xend Finance

Xend Finance is a global crypto bank offering up to 15% interest, with an open Web3 infrastructure for developers. Members can earn multiple levels of interest on their savings by seamlessly exchanging their crypto or fiat currency to stable cryptocurrencies and staking on the Xend Finance platform. The company’s Cross-Chain High Yield Aggregator is the first product in the industry that automatically scans and ensures the highest yields across multiple chains.

The international team consists of professionals with backgrounds in mathematics, finance, cryptography, and blockchain development, working for KPMG, Chevron, Huobi, and Stanbic Bank. Xend Finance is backed by Binance, Google Launchpad, NGC Ventures, Hashkey, and AU21 Capital, amongst others, and is headquartered in Enugu, Nigeria.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MadWallet MadWallet
ID gcbjmdjijjpffkpbgdkaojpmaninaion
Επίσημο URL https://chromewebstore.google.com/detail/madwallet/gcbjmdjijjpffkpbgdkaojpmaninaion
Περιγραφή Save & earn, Swap, Store, Receive and Send Crypto within your browser with MadWallet — A Secured Multichain Wallet on Steroids
Μέγεθος Αρχείου 37.64 MB
Αριθμός Εγκαταστάσεων 543
Τρέχουσα Έκδοση 1.1.7
Τελευταία Ενημέρωση 2024-02-16
Ημερομηνία Δημοσίευσης 2023-01-17
Αξιολόγηση 4.29/5 Συνολικά 56 Αξιολογήσεις
Προγραμματιστής Xend Labs Limited
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://madwallet.io/
URL της Σελίδας Πολιτικής Απορρήτου https://xend.finance/policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/Logo_16.png",
            "19": "images\/Logo_19.png",
            "32": "images\/Logo_32.png",
            "38": "images\/Logo_38.png",
            "64": "images\/Logo_64.png",
            "128": "images\/Logo_128.png",
            "512": "images\/Logo_512.png"
        },
        "default_title": "MadWallet",
        "default_popup": "popup.html"
    },
    "author": "https:\/\/madwallet.io",
    "background": {
        "service_worker": "app-init.js"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Alt+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "disable-console.js",
                "globalthis.js",
                "lockdown-install.js",
                "lockdown-run.js",
                "lockdown-more.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/content-script.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/Logo_16.png",
        "19": "images\/Logo_19.png",
        "32": "images\/Logo_32.png",
        "38": "images\/Logo_38.png",
        "64": "images\/Logo_64.png",
        "128": "images\/Logo_128.png",
        "512": "images\/Logo_512.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "activeTab",
        "webRequest",
        "notifications",
        "management"
    ],
    "host_permissions": [
        "http:\/\/localhost:8545\/",
        "*:\/\/*.eth\/"
    ],
    "short_name": "__MSG_appName__",
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "phishing.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/madwallet.io\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "88",
    "version": "1.1.7"
}