ezDeFi

A Blockchain Wallet in your Browser

Τι είναι το ezDeFi;

Το ezDeFi είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lz.finance, και η κύρια λειτουργία του είναι "A Blockchain Wallet in your Browser".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        EzDeFi is an extension for accessing smart-contract enabled distributed applications, or "Dapps" in your browser! EzDeFi also lets user manage their own keys and addresses, receive and send over 50+ assets on multiple blockchains.

Because it adds functionality to the normal browser context, ezDeFi requires the permission to read and write to the webpage user has specifically allowed. You can always "view the source" of ezDefi the way you do any Chrome extension, or view the source code on Github.

Currently supported assets:
+ Bitcoin family (BTC, LTC, etc.)
+ Ethereum family (ETH, ERC20, ZD, etc.)
+ Tron family (TRX, TRC20, etc.)
+ Binance Smart Chain
+ Solana
...and more to come!

Currently supported contract protocols:
+ Ethereum Web3
+ TronWeb
+ Solana
+ Binance Smart Contract
+ EzDeFi Smart Contract
...and more to come!

Due to the long process of publishing extension over Chrome Web Store, the version from the store usually limited in features and slightly outdated. Experienced users and developers are recommended to manually install the package from our website or build the package from the source to access the latest version.                    

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

Όνομα ezDeFi ezDeFi
ID ejeemacpidnaejkhpbmfkadhgjhnolaa
Επίσημο URL https://chromewebstore.google.com/detail/ezdefi/ejeemacpidnaejkhpbmfkadhgjhnolaa
Περιγραφή A Blockchain Wallet in your Browser
Μέγεθος Αρχείου 11.38 MB
Αριθμός Εγκαταστάσεων 1,760
Τρέχουσα Έκδοση 0.10.1.11
Τελευταία Ενημέρωση 2022-03-07
Ημερομηνία Δημοσίευσης 2020-10-11
Αξιολόγηση 4.81/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής https://lz.finance
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://lz.finance
Διεύθυνση URL της Σελίδας Βοήθειας https://help.lz.finance
URL της Σελίδας Πολιτικής Απορρήτου https://lz.finance/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ezDeFi",
    "version": "0.10.1.11",
    "version_name": "0.10.1.11",
    "description": "A Blockchain Wallet in your Browser",
    "author": "ezdefi.com",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAta0olhpjHG7gIrircnTZrEuIjoVBPX9ScedcwTxEpsES+DKwsMDzrtanqRt3PQFQN9WHOefqVmUlvwVEY055+cc5CokP3P3B9ztRJs4dGWZcFo1uBZZJ+hIPkZdKJ0xUsg08vFNUsQrho5+\/5\/cvusZWa\/WCjpA9U4+n8veVdusMe7IMU5dgE6P3g3kU5\/+\/4ELfmkJQGTyymtYAkSXCx\/\/xawIot5Ulv\/CQHOkF0MiZs0ziq8rnoUplzCCAOi\/tcOFsognB3cLbj315tRp\/1oYpJensnB6N9usnPeTQMaPrTGZqJutjRiDpAwjIdaPqGq1LZttRbIngn\/CRTLrsKQIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/www.gstatic.com 'sha256-zd3ekdaFtJJrh3w6Vhe6QpDRtBWetopbpI4WDS5vCqM=' 'sha256-76fE0isVs82siTwcLN6G1btNzfZoOuaKI3AzpsJuggU='",
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "identity"
    ],
    "browser_action": {
        "default_popup": "packages\/popup\/build\/index.html",
        "default_title": "ezDeFi"
    },
    "icons": {
        "16": "packages\/popup\/static\/icon16.png",
        "48": "packages\/popup\/static\/icon48.png",
        "128": "packages\/popup\/static\/icon128.png"
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "packages\/popup\/build\/index.html",
        "packages\/popup\/build\/index-dark.html",
        "dist\/pageHook.js",
        "packages\/popup\/static\/ez_close.png",
        "packages\/popup\/static\/ez_icon.png"
    ]
}