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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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'"
    }
}