EternalWallet: EVM Wallet (BSC, ETH + more)
All your EVM accounts in a single wallet
EternalWallet: EVM Wallet (BSC, ETH + more) là gì?
EternalWallet: EVM Wallet (BSC, ETH + more) là một tiện ích mở rộng Chrome được phát triển bởi eternalcrypto02, và tính năng chính của nó là "All your EVM accounts in a single wallet".
Ả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 EternalWallet: EVM Wallet (BSC, ETH + more)
Tải xuống các tệp mở rộng EternalWallet: EVM Wallet (BSC, ETH + more) 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
Web3 wallet with multi-chain support (ETH, BSC, AVAX, CANTO + more)' Send funds using web3 Domain names in the wallet input section and also allow access to web3 hosted websites on IPFS using Web3 domain names created on the Binance Smart Chain (BSC).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EternalWallet: EVM Wallet (BSC, ETH + more) |
ID | lbenhokjibnlmfdhbgeacnocgmjegfab |
URL Chính Thức | https://chromewebstore.google.com/detail/eternalwallet-evm-wallet/lbenhokjibnlmfdhbgeacnocgmjegfab |
Mô tả | All your EVM accounts in a single wallet |
Kích Thước Tệp | 6.45 MB |
Số Lần Cài Đặt | 1,047 |
Phiên Bản Hiện Tại | 1.8.1 |
Cập Nhật Lần Cuối | 2022-12-19 |
Ngày Phát Hành | 2022-12-08 |
Nhà Phát Triển | eternalcrypto02 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://eternal.domains |
URL Trang Trợ Giúp | https://t.me/eternaldomains |
URL Trang Chính Sách Bảo Mật | https://docs.eternal.domains/eternal-wallet-privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "https:\/\/www.eternalWallet.com", "homepage_url": "https:\/\/www.eternalWallet.com", "version": "1.8.1", "name": "EternalWallet: EVM Wallet (BSC, ETH + more)", "short_name": "EternalWallet", "permissions": [ "unlimitedStorage", "tabs", "clipboardRead", "clipboardWrite", "webRequest", "webRequestBlocking" ], "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": "All your EVM accounts in a single wallet", "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": "EternalWallet", "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:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.web3\/*", "*:\/\/*.anon\/*", "*:\/\/*.bsc\/*" ], "minimum_chrome_version": "95", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |