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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All your EVM accounts in a single wallet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EternalWallet: EVM Wallet (BSC, ETH + more) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
    }
}