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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:*\/*"
            ]
        }
    ]
}