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
官方網址 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:*\/*"
            ]
        }
    ]
}