ABC Wallet

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

ABC Wallet là gì?

ABC Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://myabcwallet.io, và tính năng chính của nó là "Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ABC Wallet

Tải xuống các tệp mở rộng ABC Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ABC Wallet ABC Wallet
ID mlhakagmgkmonhdonhkpjeebfphligng
URL Chính Thức https://chromewebstore.google.com/detail/abc-wallet/mlhakagmgkmonhdonhkpjeebfphligng
Mô tả Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon.
Kích Thước Tệp 12.45 MB
Số Lần Cài Đặt 3,773
Phiên Bản Hiện Tại 0.00.24
Cập Nhật Lần Cuối 2023-04-01
Ngày Phát Hành 2022-09-03
Đánh Giá 5.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://myabcwallet.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://myabcwallet.io
URL Trang Chính Sách Bảo Mật https://api.id.myabcwallet.com/query/privacy-policy?language=2&service=16
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}