Blockcore Wallet

Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.

Was ist Blockcore Wallet?

Blockcore Wallet ist eine Chrome-Erweiterung, die von https://blockcore.net entwickelt wurde, und ihr Hauptmerkmal ist "Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Blockcore Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blockcore Wallet-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

                        Blockcore Extension is a Non-Custodial HD wallet in your browser for Coins, Tokens, Identities (Nostr, DID), NFTs and more.                    

Grundlegende Informationen zur Erweiterung

Name Blockcore Wallet Blockcore Wallet
ID peigonhbenoefaeplkpalmafieegnapj
Offizielle URL https://chromewebstore.google.com/detail/blockcore-wallet/peigonhbenoefaeplkpalmafieegnapj
Beschreibung Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.
Dateigröße 5.1 MB
Installationsanzahl 217
Aktuelle Version 1.0.31
Letztes Update 2023-07-10
Veröffentlichungsdatum 2022-06-01
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://blockcore.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.blockcore.net/wallet
URL der Datenschutzrichtlinien-Seite https://www.blockcore.net/policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blockcore Wallet",
    "version": "1.0.31",
    "manifest_version": 3,
    "description": "Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.",
    "author": "Blockcore",
    "icons": {
        "16": "assets\/icon-16x16.png",
        "32": "assets\/icon-32x32.png",
        "48": "assets\/icon-48x48.png",
        "128": "assets\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "Blockcore"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.blockcore.net\/*",
            "https:\/\/www.coinvault.io\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "provider.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost:*\/*",
                "http:\/\/127.0.0.1:*\/*"
            ]
        }
    ]
}