BlocksPay: Secure Multiple Chains Wallet

BlocksPay is a wallet that gives you easy access to all things in crypto and Web3. Switch accounts and chains with 1 click.

BlocksPay: Secure Multiple Chains Wallet란 무엇입니까?

BlocksPay: Secure Multiple Chains Wallet은(는) https://blocksscan.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BlocksPay is a wallet that gives you easy access to all things in crypto and Web3. Switch accounts and chains with 1 click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

BlocksPay: Secure Multiple Chains Wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BlocksPay, the game-changing wallet for XDC and all EVM chains. It's browser extension wallet designed for multi-chain scenarios. It can automatically switch to the corresponding blockchain based on the DeFi website you are visiting. BlocksPay also provides user-friendly transaction details for NFT. It is built and maintained by the BlocksScan team.                    

확장 프로그램 기본 정보

이름 BlocksPay: Secure Multiple Chains Wallet BlocksPay: Secure Multiple Chains Wallet
ID pogabilnghhbafaheaepaaeopjpleimd
공식 URL https://chromewebstore.google.com/detail/blockspay-secure-multiple/pogabilnghhbafaheaepaaeopjpleimd
설명 BlocksPay is a wallet that gives you easy access to all things in crypto and Web3. Switch accounts and chains with 1 click.
파일 크기 8.96 MB
설치 횟수 124
현재 버전 1.17.0
최근 업데이트 2023-05-01
출시 날짜 2023-02-15
평점 4.95/5 총 22 개의 평점
개발자 https://blocksscan.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chrome.google.com/webstore/detail/blockspay-secure-multiple/pogabilnghhbafaheaepaaeopjpleimd
도움말 페이지 URL https://www.blocksscan.io
개인정보 보호 정책 페이지 URL https://blocksscan.io/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "https:\/\/www.blocksscan.io",
    "homepage_url": "https:\/\/www.blocksscan.io",
    "version": "1.17.0",
    "name": "BlocksPay: Secure Multiple Chains Wallet",
    "short_name": "BlocksPay",
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "clipboardRead"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Alt+Shift+E",
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor-content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "BlocksPay is a wallet that gives you easy access to all things in crypto and Web3. Switch accounts and chains with 1 click.",
    "icons": {
        "16": "assets\/img\/icons\/icon16.png",
        "32": "assets\/img\/icons\/icon32.png",
        "64": "assets\/img\/icons\/icon64.png",
        "192": "assets\/img\/icons\/icon192.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/img\/icons\/icon16.png",
            "32": "assets\/img\/icons\/icon32.png",
            "64": "assets\/img\/icons\/icon64.png",
            "192": "assets\/img\/icons\/icon192.png"
        },
        "default_title": "BlocksPay",
        "default_popup": "action.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/inject.js",
                "scripts\/*.js.map"
            ],
            "use_dynamic_url": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "103",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}