ABC Wallet

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

Vad är ABC Wallet?

ABC Wallet är en Chrome-tillägg utvecklad av https://myabcwallet.io, och dess huvudfunktion är "Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner ABC Wallet-förlängningens CRX-fil

Ladda ner ABC Wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ABC Wallet ABC Wallet
ID mlhakagmgkmonhdonhkpjeebfphligng
Officiell webbadress https://chromewebstore.google.com/detail/abc-wallet/mlhakagmgkmonhdonhkpjeebfphligng
Beskrivning Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.
Filstorlek 12.45 MB
Antal Installationer 3,773
Aktuell Version 0.00.24
Senast Uppdaterad 2023-04-01
Publiceringsdatum 2022-09-03
Betyg 5.00/5 Totalt 15 Betyg
Utvecklare https://myabcwallet.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://myabcwallet.io
URL till Sekretesspolicy Sidan https://api.id.myabcwallet.com/query/privacy-policy?language=2&service=16
Stödda Språk 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'"
    }
}