ABC Wallet

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

Qu'est-ce que ABC Wallet ?

ABC Wallet est une extension Chrome développée par https://myabcwallet.io, et sa fonction principale est "Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ABC Wallet

Téléchargez les fichiers d'extension ABC Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ABC Wallet ABC Wallet
ID mlhakagmgkmonhdonhkpjeebfphligng
URL Officiel https://chromewebstore.google.com/detail/abc-wallet/mlhakagmgkmonhdonhkpjeebfphligng
Description Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.
Taille du Fichier 12.45 MB
Nombre d'Installations 3,773
Version Actuelle 0.00.24
Dernière Mise à Jour 2023-04-01
Date de Publication 2022-09-03
Évaluation 5.00/5 Total 15 Évaluations
Développeur https://myabcwallet.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://myabcwallet.io
URL de la Page de Politique de Confidentialité https://api.id.myabcwallet.com/query/privacy-policy?language=2&service=16
Langues Prises en Charge 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'"
    }
}