Blockcore Wallet

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

什么是Blockcore Wallet?

Blockcore Wallet是由https://blockcore.net开发的Chrome扩展程序,该扩展的主要功能是“Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.”。

扩展截图

screenshot
screenshot
screenshot

下载Blockcore Wallet扩展crx文件

下载Blockcore Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Blockcore Wallet Blockcore Wallet
ID peigonhbenoefaeplkpalmafieegnapj
官方URL https://chromewebstore.google.com/detail/blockcore-wallet/peigonhbenoefaeplkpalmafieegnapj
简介 Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.
文件大小 5.1 MB
安装次数 217
当前版本 1.0.31
更新时间 2023-07-10
上架时间 2022-06-01
评分 5.00/5 共4次评分
开发者 https://blockcore.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.blockcore.net/wallet
隐私政策页面URL https://www.blockcore.net/policy
支持的语言 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:*\/*"
            ]
        }
    ]
}