XDEFI Wallet

Multichain wallet that displays all assets and NFTs on 200+ networks.

Τι είναι το XDEFI Wallet;

Το XDEFI Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://xdefi.io, και η κύρια λειτουργία του είναι "Multichain wallet that displays all assets and NFTs on 200+ networks.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        One wallet for all your assets.
XDEFI is a non-custodial wallet that allows you to securely store and send NFTs and assets across 200+ networks.
Join more than 200,000 people who trust XDEFI Wallet!
One wallet for all of Web3:
XDEFI supports more networks and assets than any other wallet.
A single gallery for all your NFTs:
A single, customisable gallery for your NFTs on every network.
XDEFI Wallet is non-custodial:
We never have access to your funds.  XDEFI Wallet never stores your seed phrase, your password or any private information.
You are always in full control of your funds and data.
-- -- --
XDEFI Wallet works seamlessly within your browser, so it requires permission to read and write to any webpage. Security is our top priority and XDEFI Wallet's code has been rigorously tested and comprehensively audited.
Questions? Feedback?
Join our community on Discord:  https://discord.gg/xdefi
Follow us on Twitter @xdefi_wallet
-- -- --
Financial Services Disclosure:
Legitimate Contact information for physical location of the business: Trinity Chambers, PO Box 4301, Road Town, Tortola, British Virgin Islands.
Associated fees: XDEFI Wallet is free to download.
Third Party Accreditation:
*   Kudelski Security Audit Report: https://www.xdefi.io/wp-content/uploads/2021/07/XDEFI_Audit_Report_Kudelski.pdf
*  "Best NFT Wallet 2022" (Business2Community, 2022) https://www.business2community.com/nft/best-nft-wallets
*  "Best NFT Wallet"  (InsideBitcoins, 2022) https://insidebitcoins.com/buy-cryptocurrency/buy-nft/nft-wallets
*  Officially recognized Fantom Wallet (Fantom Foundation) https://fantom.foundation/wallets/
*  Officially recognized THORChain Wallet (THORChain Foundation) https://thorchain.org/ecosystem/wallets#xdefi                    

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

Όνομα XDEFI Wallet XDEFI Wallet
ID hmeobnfnfcmdkdcmlblgagmfpfboieaf
Επίσημο URL https://chromewebstore.google.com/detail/xdefi-wallet/hmeobnfnfcmdkdcmlblgagmfpfboieaf
Περιγραφή Multichain wallet that displays all assets and NFTs on 200+ networks.
Μέγεθος Αρχείου 29.4 MB
Αριθμός Εγκαταστάσεων 230,653
Τρέχουσα Έκδοση 28.3.6
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2021-06-05
Αξιολόγηση 4.76/5 Συνολικά 630 Αξιολογήσεις
Προγραμματιστής https://xdefi.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://xdefi.io
Διεύθυνση URL της Σελίδας Βοήθειας https://discord.gg/xdefi
URL της Σελίδας Πολιτικής Απορρήτου https://www.xdefi.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XDEFI Wallet",
    "version": "28.3.6",
    "icons": {
        "16": "assets\/images\/icons\/white-bg\/icon-16.png",
        "32": "assets\/images\/icons\/white-bg\/icon-32.png",
        "48": "assets\/images\/icons\/white-bg\/icon-48.png",
        "128": "assets\/images\/icons\/white-bg\/icon-128.png"
    },
    "description": "Multichain wallet that displays all assets and NFTs on 200+ networks.",
    "homepage_url": "https:\/\/xdefi.io",
    "short_name": "XDEFI",
    "permissions": [
        "unlimitedStorage",
        "alarms",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "__chrome|firefox__author": "xDeFi Technologies Ltd",
    "__opera__developer": {
        "name": "xDeFi Technologies Ltd"
    },
    "__firefox__applications": {
        "gecko": {
            "id": "{754FB1AD-CC3B-4856-B6A0-8888F8CA9D17}"
        }
    },
    "__chrome__minimum_chrome_version": "49",
    "__opera__minimum_opera_version": "36",
    "browser_action": {
        "default_popup": "app.html?popup=true",
        "default_icon": {
            "16": "assets\/images\/icons\/white-bg\/icon-16.png",
            "32": "assets\/images\/icons\/white-bg\/icon-32.png",
            "48": "assets\/images\/icons\/white-bg\/icon-48.png",
            "128": "assets\/images\/icons\/white-bg\/icon-128.png"
        },
        "default_title": "XDEFI",
        "__chrome|opera__chrome_style": false,
        "__firefox__browser_style": false
    },
    "__chrome|opera__options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "__chrome__chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "js\/inPage.bundle.js"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "windows": "Ctrl+Shift+U",
                "mac": "Command+Shift+U",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+U"
            },
            "description": "Open Extensions Tab"
        }
    }
}