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.

Qu'est-ce que Begin - Cardano Wallet by B58 ?

Begin - Cardano Wallet by B58 est une extension Chrome développée par https://begin.is, et sa fonction principale est "The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Begin - Cardano Wallet by B58

Téléchargez les fichiers d'extension Begin - Cardano Wallet by B58 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Begin - Cardano Wallet by B58 Begin - Cardano Wallet by B58
ID nhbicdelgedinnbcidconlnfeionhbml
URL Officiel https://chromewebstore.google.com/detail/begin-cardano-wallet-by-b/nhbicdelgedinnbcidconlnfeionhbml
Description The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.
Taille du Fichier 11.59 MB
Nombre d'Installations 484
Version Actuelle 1.5.4
Dernière Mise à Jour 2024-02-20
Date de Publication 2022-09-27
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://begin.is
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://begin.is/terms/privacy
Langues Prises en Charge 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';"
    }
}