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 là gì?
BlocksPay: Secure Multiple Chains Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://blocksscan.io, và tính năng chính của nó là "BlocksPay is a wallet that gives you easy access to all things in crypto and Web3. Switch accounts and chains with 1 click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BlocksPay: Secure Multiple Chains Wallet
Tải xuống các tệp mở rộng BlocksPay: Secure Multiple Chains 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BlocksPay: Secure Multiple Chains Wallet |
ID | pogabilnghhbafaheaepaaeopjpleimd |
URL Chính Thức | https://chromewebstore.google.com/detail/blockspay-secure-multiple/pogabilnghhbafaheaepaaeopjpleimd |
Mô tả | BlocksPay is a wallet that gives you easy access to all things in crypto and Web3. Switch accounts and chains with 1 click. |
Kích Thước Tệp | 8.96 MB |
Số Lần Cài Đặt | 124 |
Phiên Bản Hiện Tại | 1.17.0 |
Cập Nhật Lần Cuối | 2023-05-01 |
Ngày Phát Hành | 2023-02-15 |
Đánh Giá | 4.95/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | https://blocksscan.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://chrome.google.com/webstore/detail/blockspay-secure-multiple/pogabilnghhbafaheaepaaeopjpleimd |
URL Trang Trợ Giúp | https://www.blocksscan.io |
URL Trang Chính Sách Bảo Mật | https://blocksscan.io/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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'" } } |