ABC Wallet

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

ABC Walletคืออะไร?

ABC Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myabcwallet.io และคุณลักษณะหลักของมันคือ "Web3 Multichain wallet supports Ethereum, Klaytn, Binance SmartChain and Polygon."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ABC Wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
    }
}