MEW CX - is now Enkrypt

MyEtherWallet Chrome Extension is now Enkrypt

Τι είναι το MEW CX - is now Enkrypt;

Το MEW CX - is now Enkrypt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MyEtherWallet Inc, και η κύρια λειτουργία του είναι "MyEtherWallet Chrome Extension is now Enkrypt".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MEW CX - is now Enkrypt

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

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

                        MEW CX is now Enkrypt! We have improved upon our web3 wallet and launched Enkrypt. 

This new and improved browser extension supports all of Ethereum and Polkadot! 

You can learn more about Enkrypt at Enkrypt.com
You can also find it on the Chrome extension store by searching Enkrypt
Finally, we created a guide for helping migrate your assets from MEW CX to Enkrypt: https://help.myetherwallet.com/en/articles/6434663-migrating-from-mew-cx-to-enkrypt

***
Browse the blockchain. Bring your own MEW.

The fully redesigned MEW CX brings full MEW functionality and Web3 support to your browser toolbar! Send transactions, interact with DApps, save wallets in your browser, swap crypto, and manage your tokens all from our new browser extension. 

The option to choose different wallets for different DApps and the burn address function let you explore the decentralized internet with confidence. Best of all, our CX stays true to MEW ideals by remaining a 100% free, open-source, and client-side tool.

FEATURES 
- Phishing protection
- Web3 support allows for easy DApp integration
- Choose different wallets to interact with different DApps
- Burn addresses are available for temporary use
- Wallets are generated completely client-side and kept personal
- Key management is easier than ever for private keys, keystore files, and mnemonic phrases
- Easily send Ether and ERC-20 tokens from a QuickSend dropdown. Hundreds of default tokens already included, as well as the ability to add custom tokens right in the extension! 

Learn all about our code at Github: https://github.com/myetherwallet/myetherwallet

Removing MEW CX will cause your saved wallets to reset, so only remove this extension as a last resort. It can be temporary disabled from your browser's extension page.

Created and maintained by:
- MyEtherWallet                    

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

Όνομα MEW CX - is now Enkrypt MEW CX - is now Enkrypt
ID nlbmnnijcnlegkjjpcfjclmcfggfefdm
Επίσημο URL https://chrome.google.com/webstore/detail/mew-cx-is-now-enkrypt/nlbmnnijcnlegkjjpcfjclmcfggfefdm
Περιγραφή MyEtherWallet Chrome Extension is now Enkrypt
Μέγεθος Αρχείου 29.87 MB
Αριθμός Εγκαταστάσεων 111,765
Τρέχουσα Έκδοση 5.9.2
Τελευταία Ενημέρωση 2022-10-17
Ημερομηνία Δημοσίευσης 2020-06-23
Αξιολόγηση 4.36/5 Συνολικά 375 Αξιολογήσεις
Προγραμματιστής MyEtherWallet Inc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.mewcx.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://kb.myetherwallet.com/
URL της Σελίδας Πολιτικής Απορρήτου https://myetherwallet.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MEW CX - is now Enkrypt",
    "short_name": "MEW CX - is now Enkrypt",
    "manifest_version": 2,
    "description": "MyEtherWallet Chrome Extension is now Enkrypt",
    "homepage_url": "https:\/\/www.myetherwallet.com\/",
    "icons": {
        "16": "img\/icons\/icon16.png",
        "32": "img\/icons\/icon32.png",
        "48": "img\/icons\/icon48.png",
        "192": "img\/icons\/icon192.png"
    },
    "browser_action": {
        "default_icon": "img\/icons\/icon48.png",
        "default_title": "MEW CX - is now Enkrypt",
        "default_popup": "browserActionLoading.html"
    },
    "options_page": "index.html",
    "background": {
        "persistent": true,
        "page": "page.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/js\/cxWeb3.js",
        "img\/*.svg",
        "img\/*.png",
        "img\/*.jpg",
        "\/js"
    ],
    "permissions": [
        "",
        "storage",
        "tabs",
        "activeTab",
        "downloads",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "version": "5.9.2"
}