Wallet Guard: Protect Your Crypto

Wallet Guard acts as a security companion to your crypto wallet of choice, so you can browse at ease.

ما هو Wallet Guard: Protect Your Crypto؟

Wallet Guard: Protect Your Crypto هو إضافة Chrome تم تطويرها بواسطة https://walletguard.app، والميزة الرئيسية لها هي "Wallet Guard acts as a security companion to your crypto wallet of choice, so you can browse at ease.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Wallet Guard: Protect Your Crypto

قم بتنزيل ملفات الامتداد Wallet Guard: Protect Your Crypto بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Secure your crypto, NFTs, and other digital assets with Wallet Guard - the ultimate web3 security browser extension. Our solution adds a security layer to your web3 interactions. We provide you top-notch security insights using proactive phishing protection and transaction analysis. Wallet Guard never has access to your wallet.

Phishing protection is crucial for Web3. 90% of hacks originate from phishing attacks, which can lead to wallet drainers and malware. Hundreds of impersonation attempts happen every day on web3 companies such as MetaMask, OpenSea, Coinbase, and more. That's why it's important to protect your wallet and digital assets.

What can Wallet Guard do for you?
- Stormwatcher: Detects wallet drainers before connecting your wallet
- Human readable transaction insights
- Warnings on malicious transactions and signatures
- Malicious Extension detection
- Security Dashboard: Improve your wallet health by revoking high risk open approvals

📄 Privacy
Your data privacy is very important to us. Check out our privacy policy here:
https://walletguard.app/privacy

💻 Open Source
We believe in product transparency. We encourage users to audit our open-source codebase:
https://github.com/wallet-guard/wallet-guard-extension

📋 Terms of Use
By using Wallet Guard you agree to our terms of use outlined here:
https://walletguard.app/terms                    

معلومات أساسية عن التمديد

الاسم Wallet Guard: Protect Your Crypto Wallet Guard: Protect Your Crypto
ID pdgbckgdncnhihllonhnjbdoighgpimk
عنوان URL الرسمي https://chromewebstore.google.com/detail/wallet-guard-protect-your/pdgbckgdncnhihllonhnjbdoighgpimk
الوصف Wallet Guard acts as a security companion to your crypto wallet of choice, so you can browse at ease.
حجم الملف 9.77 MB
عدد التثبيتات 92,941
النسخة الحالية 1.2.1
آخر تحديث 2024-02-27
تاريخ النشر 2022-03-16
تقييم 4.66/5 مجموع تقييمات 44
المطور https://walletguard.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://walletguard.app
عنوان صفحة المساعدة https://twitter.com/wallet_guard
عنوان صفحة سياسة الخصوصية https://www.walletguard.app/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wallet Guard: Protect Your Crypto",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0SMGNwLFsP2k1jAD54vtDqLJuIpeZWCc9gdvo2N8hzE1qIkOt29ynU1VgkJbtfuWHqWSyOCo1ljs2MjbqqFjG4qz5o3ZrEAMwmEbWGCuPddUIIiWIK0oF+BkwZiRpRS2nw\/i9Dmeusf0eOlxxLYD0NpKszX73lqGt4LBIY8Wva7vmqdnKPa1F6+DDZviXcBRa8CLCzqDujTjON37o+NvQOq2u49UzVXr\/DcePFrUTnnjdNkKTQkLlH00lwvxUUJl0g5IVdlxNgZXPY\/C6P39YIIxsBFJH0rXvQrLgED6NGR17CBnLhOmmYghku17yoUGg3KrT4aeh8+uG5NrQZuqGwIDAQAB",
    "description": "Wallet Guard acts as a security companion to your crypto wallet of choice, so you can browse at ease.",
    "version": "1.2.1",
    "icons": {
        "128": "images\/wg_logos\/logo_128x128.png"
    },
    "offline_enabled": false,
    "externally_connectable": {
        "matches": [
            "https:\/\/*.walletguard.app\/*"
        ]
    },
    "action": {
        "default_icon": "images\/wg_logos\/logo_16x16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content-scripts\/contentScripts.js",
                "js\/content-scripts\/bypassCheck.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/injected\/injectWalletGuard.js",
                "js\/vendor.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "management",
        "notifications",
        "contextMenus",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "run-chatweb3": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Open ChatWeb3"
        }
    }
}