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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BlocksPay is a wallet that gives you easy access to all things in crypto and Web3. Switch accounts and chains with 1 click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BlocksPay: Secure Multiple Chains Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } } |