Leo Wallet

🔐💰 Privacy-preserving cryptocurrency wallet for Aleo blockchain using Zero Knowledge Proofs

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

Το Leo Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://leo.app, και η κύρια λειτουργία του είναι "🔐💰 Privacy-preserving cryptocurrency wallet for Aleo blockchain using Zero Knowledge Proofs".

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

screenshot
screenshot

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

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

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

                        Leo Wallet is the preferred wallet for the Aleo Blockchain. Securely and privately manage your Aleo keys and interact with private DApps.

⚠️ Notice:

Aleo is in Testnet: The Aleo blockchain is currently in testnet. We expect the Aleo network to go through a few hard forks before its Mainnet launch later this year. During the upgrade process, the network will be offline. We will do our best to give everyone a heads-up and to make the experience as seamless as possible.

Follow us on Twitter @theLeoWallet for more updates                    

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

Όνομα Leo Wallet Leo Wallet
ID nebnhfamliijlghikdgcigoebonmoibm
Επίσημο URL https://chromewebstore.google.com/detail/leo-wallet/nebnhfamliijlghikdgcigoebonmoibm
Περιγραφή 🔐💰 Privacy-preserving cryptocurrency wallet for Aleo blockchain using Zero Knowledge Proofs
Μέγεθος Αρχείου 30.96 MB
Αριθμός Εγκαταστάσεων 243,029
Τρέχουσα Έκδοση 0.1.11
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2023-04-04
Αξιολόγηση 4.41/5 Συνολικά 102 Αξιολογήσεις
Προγραμματιστής https://leo.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://leo.app
Διεύθυνση URL της Σελίδας Βοήθειας https://leo.app/contact
URL της Σελίδας Πολιτικής Απορρήτου https://leo.app/privacy
Υποστηριζόμενες Γλώσσες de,en,en-GB,fr,tr,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Leo Wallet",
    "version": "0.1.11",
    "icons": {
        "16": "misc\/logo-white-bg-16.png",
        "32": "misc\/logo-white-bg-32.png",
        "48": "misc\/logo-white-bg-48.png",
        "128": "misc\/logo-white-bg-128.png"
    },
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/leo.app",
    "short_name": "Leo Wallet",
    "permissions": [
        "storage",
        "clipboardWrite",
        "unlimitedStorage",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/localhost:4180\/",
        "http:\/\/localhost:3000\/",
        "https:\/\/*.leo.app\/*",
        "https:\/\/*.aleorpc.com\/",
        "https:\/\/*.aleo.org\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "author": "https:\/\/demoxlabs.xyz",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "misc\/logo-white-bg-16.png",
            "32": "misc\/logo-white-bg-32.png",
            "48": "misc\/logo-white-bg-48.png",
            "128": "misc\/logo-white-bg-128.png"
        },
        "default_title": "Leo Wallet for Aleo Blockchain",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "addToWindow.js"
            ],
            "matches": [
                "http:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}