ABC Wallet

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

Hvad er ABC Wallet?

ABC Wallet er en Chrome-udvidelse udviklet af https://myabcwallet.io, og dens hovedfunktion er "Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download ABC Wallet-udvidelses-CRX-fil

Download ABC Wallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ABC Wallet ABC Wallet
ID mlhakagmgkmonhdonhkpjeebfphligng
Officiel URL https://chromewebstore.google.com/detail/abc-wallet/mlhakagmgkmonhdonhkpjeebfphligng
Beskrivelse Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.
Filstørrelse 12.45 MB
Antal Installationer 3,773
Nuværende Version 0.00.24
Senest Opdateret 2023-04-01
Udgivelsesdato 2022-09-03
Bedømmelse 5.00/5 Samlet 15 Bedømmelser
Udvikler https://myabcwallet.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://myabcwallet.io
URL til Fortrolighedspolitik Side https://api.id.myabcwallet.com/query/privacy-policy?language=2&service=16
Understøttede Sprog 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'"
    }
}