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.

Was ist Begin - Cardano Wallet by B58?

Begin - Cardano Wallet by B58 ist eine Chrome-Erweiterung, die von https://begin.is entwickelt wurde, und ihr Hauptmerkmal ist "The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Begin - Cardano Wallet by B58-Erweiterungs-CRX-Datei herunterladen

Laden Sie Begin - Cardano Wallet by B58-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Begin - Cardano Wallet by B58 Begin - Cardano Wallet by B58
ID nhbicdelgedinnbcidconlnfeionhbml
Offizielle URL https://chromewebstore.google.com/detail/begin-cardano-wallet-by-b/nhbicdelgedinnbcidconlnfeionhbml
Beschreibung The Web3, DeFi crypto wallet built for you. The easiest way of being part of a decentralized financial world on Cardano.
Dateigröße 11.59 MB
Installationsanzahl 484
Aktuelle Version 1.5.4
Letztes Update 2024-02-20
Veröffentlichungsdatum 2022-09-27
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://begin.is
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://begin.is/terms/privacy
Unterstützte Sprachen 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';"
    }
}