Begin - Cardano Wallet by B58

The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.

Cos'è Begin - Cardano Wallet by B58?

Begin - Cardano Wallet by B58 è un'estensione di Chrome sviluppata da https://begin.is, e la sua funzione principale è "The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Begin - Cardano Wallet by B58

Scarica i file di estensione Begin - Cardano Wallet by B58 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Web3, DeFi crypto wallet built for you. A Cardano light wallet. With Ledger support.                    

Informazioni di Base sull'Estensione

Nome Begin - Cardano Wallet by B58 Begin - Cardano Wallet by B58
ID nhbicdelgedinnbcidconlnfeionhbml
URL Ufficiale https://chromewebstore.google.com/detail/begin-cardano-wallet-by-b/nhbicdelgedinnbcidconlnfeionhbml
Descrizione The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.
Dimensione del File 11.59 MB
Conteggio Installazioni 484
Versione Corrente 1.5.4
Ultimo Aggiornamento 2024-02-20
Data di Pubblicazione 2022-09-27
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://begin.is
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://begin.is/terms/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Begin Wallet: Web3, Cardano & Crypto",
    "name": "Begin - Cardano Wallet by B58",
    "description": "The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.",
    "version": "1.5.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Begin Wallet: Web3, Cardano & Crypto",
        "default_icon": "images\/logo-192.png"
    },
    "icons": {
        "16": "images\/logo-192.png",
        "48": "images\/logo-192.png",
        "128": "images\/logo-192.png",
        "512": "images\/logo-512.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo-192.png",
                "images\/logo-192.png",
                "static\/js\/injected.js",
                "internalPopup.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "chrome:\/\/*\/*",
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}