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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/wallet_guard
URL της Σελίδας Πολιτικής Απορρήτου 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"
        }
    }
}