ABC Wallet

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

Cos'è ABC Wallet?

ABC Wallet è un'estensione di Chrome sviluppata da https://myabcwallet.io, e la sua funzione principale è "Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ABC Wallet

Scarica i file di estensione ABC Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ABC Wallet ABC Wallet
ID mlhakagmgkmonhdonhkpjeebfphligng
URL Ufficiale https://chromewebstore.google.com/detail/abc-wallet/mlhakagmgkmonhdonhkpjeebfphligng
Descrizione Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.
Dimensione del File 12.45 MB
Conteggio Installazioni 3,773
Versione Corrente 0.00.24
Ultimo Aggiornamento 2023-04-01
Data di Pubblicazione 2022-09-03
Valutazione 5.00/5 Totale 15 Valutazioni
Sviluppatore https://myabcwallet.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://myabcwallet.io
URL della Pagina della Politica sulla Privacy https://api.id.myabcwallet.com/query/privacy-policy?language=2&service=16
Lingue Supportate 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'"
    }
}