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.」です。
拡張機能のスクリーンショット
BlocksPay: Secure Multiple Chains Wallet拡張機能のCRXファイルをダウンロード
BlocksPay: Secure Multiple Chains Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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'" } } |