Blockcore Wallet

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

Blockcore Wallet là gì?

Blockcore Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://blockcore.net, và tính năng chính của nó là "Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blockcore Wallet

Tải xuống các tệp mở rộng Blockcore Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Blockcore Wallet Blockcore Wallet
ID peigonhbenoefaeplkpalmafieegnapj
URL Chính Thức https://chromewebstore.google.com/detail/blockcore-wallet/peigonhbenoefaeplkpalmafieegnapj
Mô tả Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.
Kích Thước Tệp 5.1 MB
Số Lần Cài Đặt 217
Phiên Bản Hiện Tại 1.0.31
Cập Nhật Lần Cuối 2023-07-10
Ngày Phát Hành 2022-06-01
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://blockcore.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.blockcore.net/wallet
URL Trang Chính Sách Bảo Mật https://www.blockcore.net/policy
Ngôn Ngữ Được Hỗ Trợ 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:*\/*"
            ]
        }
    ]
}