ABC Wallet

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

什么是ABC Wallet?

ABC Wallet是由https://myabcwallet.io开发的Chrome扩展程序,该扩展的主要功能是“Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ABC Wallet扩展crx文件

下载ABC Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ABC Wallet ABC Wallet
ID mlhakagmgkmonhdonhkpjeebfphligng
官方URL https://chromewebstore.google.com/detail/abc-wallet/mlhakagmgkmonhdonhkpjeebfphligng
简介 Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.
文件大小 12.45 MB
安装次数 3,773
当前版本 0.00.24
更新时间 2023-04-01
上架时间 2022-09-03
评分 5.00/5 共15次评分
开发者 https://myabcwallet.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://myabcwallet.io
隐私政策页面URL https://api.id.myabcwallet.com/query/privacy-policy?language=2&service=16
支持的语言 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'"
    }
}