ABC Wallet

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

Wat is ABC Wallet?

ABC Wallet is een Chrome-extensie ontwikkeld door https://myabcwallet.io, en de belangrijkste functie is "Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ABC Wallet

Download ABC Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ABC Wallet ABC Wallet
ID mlhakagmgkmonhdonhkpjeebfphligng
Officiële URL https://chromewebstore.google.com/detail/abc-wallet/mlhakagmgkmonhdonhkpjeebfphligng
Beschrijving Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.
Bestandsgrootte 12.45 MB
Aantal Installaties 3,773
Huidige Versie 0.00.24
Laatst Bijgewerkt 2023-04-01
Publicatiedatum 2022-09-03
Beoordeling 5.00/5 Totaal 15 Beoordelingen
Ontwikkelaar https://myabcwallet.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://myabcwallet.io
URL van de Privacybeleid Pagina https://api.id.myabcwallet.com/query/privacy-policy?language=2&service=16
Ondersteunde Talen 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'"
    }
}