Wallet Guard: Protect Your Crypto

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

Hvad er Wallet Guard: Protect Your Crypto?

Wallet Guard: Protect Your Crypto er en Chrome-udvidelse udviklet af https://walletguard.app, og dens hovedfunktion er "Wallet Guard acts as a security companion to your crypto wallet of choice, so you can browse at ease.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Wallet Guard: Protect Your Crypto-udvidelses-CRX-fil

Download Wallet Guard: Protect Your Crypto-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Wallet Guard: Protect Your Crypto Wallet Guard: Protect Your Crypto
ID pdgbckgdncnhihllonhnjbdoighgpimk
Officiel URL https://chromewebstore.google.com/detail/wallet-guard-protect-your/pdgbckgdncnhihllonhnjbdoighgpimk
Beskrivelse Wallet Guard acts as a security companion to your crypto wallet of choice, so you can browse at ease.
Filstørrelse 9.77 MB
Antal Installationer 92,941
Nuværende Version 1.2.1
Senest Opdateret 2024-02-27
Udgivelsesdato 2022-03-16
Bedømmelse 4.66/5 Samlet 44 Bedømmelser
Udvikler https://walletguard.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://walletguard.app
Hjælpeside-URL https://twitter.com/wallet_guard
URL til Fortrolighedspolitik Side https://www.walletguard.app/privacy
Understøttede Sprog 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"
        }
    }
}