EternalWallet: EVM Wallet (BSC, ETH + more)

All your EVM accounts in a single wallet

EternalWallet: EVM Wallet (BSC, ETH + more)란 무엇입니까?

EternalWallet: EVM Wallet (BSC, ETH + more)은(는) eternalcrypto02에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All your EVM accounts in a single wallet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

EternalWallet: EVM Wallet (BSC, ETH + more) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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).                    

확장 프로그램 기본 정보

이름 EternalWallet: EVM Wallet (BSC, ETH + more) EternalWallet: EVM Wallet (BSC, ETH + more)
ID lbenhokjibnlmfdhbgeacnocgmjegfab
공식 URL https://chromewebstore.google.com/detail/eternalwallet-evm-wallet/lbenhokjibnlmfdhbgeacnocgmjegfab
설명 All your EVM accounts in a single wallet
파일 크기 6.45 MB
설치 횟수 1,047
현재 버전 1.8.1
최근 업데이트 2022-12-19
출시 날짜 2022-12-08
개발자 eternalcrypto02
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://eternal.domains
도움말 페이지 URL https://t.me/eternaldomains
개인정보 보호 정책 페이지 URL https://docs.eternal.domains/eternal-wallet-privacy-policy.html
지원되는 언어 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'"
    }
}