Blockcore Wallet

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

Wat is Blockcore Wallet?

Blockcore Wallet is een Chrome-extensie ontwikkeld door https://blockcore.net, en de belangrijkste functie is "Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Blockcore Wallet

Download Blockcore Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Blockcore Wallet Blockcore Wallet
ID peigonhbenoefaeplkpalmafieegnapj
Officiële URL https://chromewebstore.google.com/detail/blockcore-wallet/peigonhbenoefaeplkpalmafieegnapj
Beschrijving Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.
Bestandsgrootte 5.1 MB
Aantal Installaties 217
Huidige Versie 1.0.31
Laatst Bijgewerkt 2023-07-10
Publicatiedatum 2022-06-01
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://blockcore.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.blockcore.net/wallet
URL van de Privacybeleid Pagina https://www.blockcore.net/policy
Ondersteunde Talen 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:*\/*"
            ]
        }
    ]
}