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.

Qu'est-ce que BlocksPay: Secure Multiple Chains Wallet ?

BlocksPay: Secure Multiple Chains Wallet est une extension Chrome développée par https://blocksscan.io, et sa fonction principale est "BlocksPay is a wallet that gives you easy access to all things in crypto and Web3. Switch accounts and chains with 1 click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BlocksPay: Secure Multiple Chains Wallet

Téléchargez les fichiers d'extension BlocksPay: Secure Multiple Chains Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BlocksPay: Secure Multiple Chains Wallet BlocksPay: Secure Multiple Chains Wallet
ID pogabilnghhbafaheaepaaeopjpleimd
URL Officiel https://chromewebstore.google.com/detail/blockspay-secure-multiple/pogabilnghhbafaheaepaaeopjpleimd
Description BlocksPay is a wallet that gives you easy access to all things in crypto and Web3. Switch accounts and chains with 1 click.
Taille du Fichier 8.96 MB
Nombre d'Installations 124
Version Actuelle 1.17.0
Dernière Mise à Jour 2023-05-01
Date de Publication 2023-02-15
Évaluation 4.95/5 Total 22 Évaluations
Développeur https://blocksscan.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://chrome.google.com/webstore/detail/blockspay-secure-multiple/pogabilnghhbafaheaepaaeopjpleimd
URL de la Page d'Aide https://www.blocksscan.io
URL de la Page de Politique de Confidentialité https://blocksscan.io/privacy-policy.html
Langues Prises en Charge 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'"
    }
}