Wallet Guard: Protect Your Crypto

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

What is Wallet Guard: Protect Your Crypto?

Wallet Guard: Protect Your Crypto is a Chrome extension developed by https://walletguard.app, and its main feature is "Wallet Guard acts as a security companion to your crypto wallet of choice, so you can browse at ease.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Wallet Guard: Protect Your Crypto Extension CRX File

Download Wallet Guard: Protect Your Crypto extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Wallet Guard: Protect Your Crypto Wallet Guard: Protect Your Crypto
ID pdgbckgdncnhihllonhnjbdoighgpimk
Official URL https://chromewebstore.google.com/detail/wallet-guard-protect-your/pdgbckgdncnhihllonhnjbdoighgpimk
Description Wallet Guard acts as a security companion to your crypto wallet of choice, so you can browse at ease.
File Size 9.77 MB
Installation Count 92,941
Current Version 1.2.1
Last Updated 2024-02-27
Publish Date 2022-03-16
Rating 4.66/5 Total 44 Ratings
Developer https://walletguard.app
Email [email protected]
Payment Type free
Extension Website https://walletguard.app
Help Page URL https://twitter.com/wallet_guard
Privacy Policy Page URL https://www.walletguard.app/privacy
Supported Languages 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"
        }
    }
}