ABC Wallet

Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.

Co je ABC Wallet?

ABC Wallet je rozšíření Chrome vyvinuté https://myabcwallet.io, a jeho hlavní funkcí je „Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ABC Wallet

Stáhněte si soubory rozšíření ABC Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ABC Wallet is Self-Custody (Non-Custodial) crypto wallet with MPC technology.
ABC Wallet helps to manage virtual assets and enables to connect DApp.
With ABC Wallet, memorizing mnemonic is unnecessary. Secured with MPC technology, your asset is safer than ever before. You can easily recover your wallet with simple authentication.
Start your Web3 journey with ABC Wallet, created by AhnLab Blockchain Company.                    

Základní Informace o Rozšíření

Název ABC Wallet ABC Wallet
ID mlhakagmgkmonhdonhkpjeebfphligng
Oficiální URL https://chromewebstore.google.com/detail/abc-wallet/mlhakagmgkmonhdonhkpjeebfphligng
Popis Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.
Velikost souboru 12.45 MB
Počet instalací 3,773
Aktuální Verze 0.00.24
Poslední Aktualizace 2023-04-01
Datum Vydání 2022-09-03
Hodnocení 5.00/5 Celkem 15 Hodnocení
Vývojář https://myabcwallet.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://myabcwallet.io
URL Stránky Zásad Ochrany Soukromí https://api.id.myabcwallet.com/query/privacy-policy?language=2&service=16
Podporované Jazyky en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.",
    "version": "0.00.24",
    "name": "__MSG_ext_name__",
    "default_locale": "en",
    "background": {
        "service_worker": "app-init.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "[email protected]"
    },
    "icons": {
        "128": "favicon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "notifications",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "inpageKlaytn.js",
                "inpageEthereum.js",
                "inpageEthereumKlaytn.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}