ABC Wallet

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

Was ist ABC Wallet?

ABC Wallet ist eine Chrome-Erweiterung, die von https://myabcwallet.io entwickelt wurde, und ihr Hauptmerkmal ist "Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

ABC Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie ABC Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ABC Wallet ABC Wallet
ID mlhakagmgkmonhdonhkpjeebfphligng
Offizielle URL https://chromewebstore.google.com/detail/abc-wallet/mlhakagmgkmonhdonhkpjeebfphligng
Beschreibung Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.
Dateigröße 12.45 MB
Installationsanzahl 3,773
Aktuelle Version 0.00.24
Letztes Update 2023-04-01
Veröffentlichungsdatum 2022-09-03
Bewertung 5.00/5 Insgesamt 15 Bewertungen
Entwickler https://myabcwallet.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://myabcwallet.io
URL der Datenschutzrichtlinien-Seite https://api.id.myabcwallet.com/query/privacy-policy?language=2&service=16
Unterstützte Sprachen 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'"
    }
}