Wallet Guard: Protect Your Crypto

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

Apa itu Wallet Guard: Protect Your Crypto?

Wallet Guard: Protect Your Crypto adalah ekstensi Chrome yang dikembangkan oleh https://walletguard.app, dan fitur utamanya adalah "Wallet Guard acts as a security companion to your crypto wallet of choice, so you can browse at ease.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Wallet Guard: Protect Your Crypto

Unduh file ekstensi Wallet Guard: Protect Your Crypto dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Wallet Guard: Protect Your Crypto Wallet Guard: Protect Your Crypto
ID pdgbckgdncnhihllonhnjbdoighgpimk
URL Resmi https://chromewebstore.google.com/detail/wallet-guard-protect-your/pdgbckgdncnhihllonhnjbdoighgpimk
Deskripsi Wallet Guard acts as a security companion to your crypto wallet of choice, so you can browse at ease.
Ukuran File 9.77 MB
Jumlah Instalasi 92,941
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2024-02-27
Tanggal Publikasi 2022-03-16
Penilaian 4.66/5 Total 44 Penilaian
Pengembang https://walletguard.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://walletguard.app
URL Halaman Bantuan https://twitter.com/wallet_guard
URL Halaman Kebijakan Privasi https://www.walletguard.app/privacy
Bahasa yang Didukung 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"
        }
    }
}