Blockcore Wallet

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

Hvad er Blockcore Wallet?

Blockcore Wallet er en Chrome-udvidelse udviklet af https://blockcore.net, og dens hovedfunktion er "Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Blockcore Wallet-udvidelses-CRX-fil

Download Blockcore Wallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Blockcore Wallet Blockcore Wallet
ID peigonhbenoefaeplkpalmafieegnapj
Officiel URL https://chromewebstore.google.com/detail/blockcore-wallet/peigonhbenoefaeplkpalmafieegnapj
Beskrivelse Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.
Filstørrelse 5.1 MB
Antal Installationer 217
Nuværende Version 1.0.31
Senest Opdateret 2023-07-10
Udgivelsesdato 2022-06-01
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://blockcore.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.blockcore.net/wallet
URL til Fortrolighedspolitik Side https://www.blockcore.net/policy
Understøttede Sprog 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:*\/*"
            ]
        }
    ]
}