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
Eメール [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:*\/*"
            ]
        }
    ]
}