Enkrypt: Multichain Crypto Wallet

Everything in the blockchain made easy

Τι είναι το Enkrypt: Multichain Crypto Wallet;

Το Enkrypt: Multichain Crypto Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://enkrypt.com, και η κύρια λειτουργία του είναι "Everything in the blockchain made easy".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Enkrypt: Multichain Crypto Wallet

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

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

                        A multichain wallet in your browser by MEW.

Enkrypt is an extension for easy access to the world of web3. Interact with Polkadot, Ethereum, Bitcoin and beyond - all directly in your browser. An open-source and non-custodial wallet that tracks no data, leaving you in complete control of your assets!  

Now featuring Bitcoin Ordinal Support

Your crypto should go where you do, so we built a wallet that is powerful and easy to use, looking toward the multichain future. Brought to you by MyEtherWallet, the same team that made Ethereum easy and secure to use since 2015.

With Enkrypt, users have full control over their digital assets.


Enkrypt Features:
-Easy access to the world of web3
-Access EVM Chains, Parachains, Canto, and the Bitcoin Network all with one account
-Buy ETH with just a few clicks
-Swap Crypto
-Integrated DApps
-View and manage all of your NFTs across different chains
-View and manage all your tokens
-Send and receive tokens
-Get the best deals when swapping between tokens
-Import your existing addresses
-Hardware wallet support
-One recovery phrase for ALL chains!

Current supported chains: 
- Ethereum
- Polkadot
- Avalanche
- Bitcoin
- Arthera and many more


Check out all supported chains at
https://www.enkrypt.com/#chains


Polkadot Features:
-Buy DOT
-Import your recovery phrase from an existing PolkadotJS wallet
-View balances of your assets
-Sign messages
-Confirm transactions


Created and maintained by MyEtherWallet                    

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

Όνομα Enkrypt: Multichain Crypto Wallet Enkrypt: Multichain Crypto Wallet
ID kkpllkodjeloidieedojogacfhpaihoh
Επίσημο URL https://chromewebstore.google.com/detail/enkrypt-multichain-crypto/kkpllkodjeloidieedojogacfhpaihoh
Περιγραφή Everything in the blockchain made easy
Μέγεθος Αρχείου 13.18 MB
Αριθμός Εγκαταστάσεων 46,769
Τρέχουσα Έκδοση 1.34.0
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2022-07-31
Αξιολόγηση 4.52/5 Συνολικά 60 Αξιολογήσεις
Προγραμματιστής https://enkrypt.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.enkrypt.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.enkrypt.com
URL της Σελίδας Πολιτικής Απορρήτου https://myetherwallet.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "https:\/\/www.enkrypt.com",
    "homepage_url": "https:\/\/www.enkrypt.com",
    "version": "1.34.0",
    "name": "Enkrypt: Multichain Crypto Wallet",
    "short_name": "Enkrypt",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "clipboardRead",
        "clipboardWrite"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Alt+Shift+E",
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "world": "MAIN"
        },
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor-content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Everything in the blockchain made easy",
    "icons": {
        "16": "assets\/img\/icons\/icon16.png",
        "32": "assets\/img\/icons\/icon32.png",
        "64": "assets\/img\/icons\/icon64.png",
        "192": "assets\/img\/icons\/icon192.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/img\/icons\/icon16.png",
            "32": "assets\/img\/icons\/icon32.png",
            "64": "assets\/img\/icons\/icon64.png",
            "192": "assets\/img\/icons\/icon192.png"
        },
        "default_title": "Enkrypt",
        "default_popup": "action.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/inject.js",
                "scripts\/*.js.map"
            ],
            "use_dynamic_url": false,
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "111",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}