Revoke.cash - web3 scam protection

The Revoke.cash browser extension helps protect you from common crypto scams.

Τι είναι το Revoke.cash - web3 scam protection;

Το Revoke.cash - web3 scam protection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://revoke.cash, και η κύρια λειτουργία του είναι "The Revoke.cash browser extension helps protect you from common crypto scams.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Revoke.cash - web3 scam protection

Λήψη αρχείων επέκτασης Revoke.cash - web3 scam protection σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        In many cases, phishing websites try to make you sign a token allowance while they pretend to be an NFT mint or other legitimate use cases. When these phishing scams happen, it is recommended to use the Revoke.cash website to mitigate the damage, but it is even better to prevent the scam in the first place.

This is where the Revoke.cash Browser Extension comes in. The extension pops up whenever you are about to sign an allowance and will inform you of the allowance details. This can help prevent signing malicious allowances.

The extension also informs you when you are about to list an item for sale on popular marketplaces such as OpenSea and LooksRare, or when you are about to sign a hash. These hashes are used by certain marketplaces like X2Y2 for listing NFTs.

A common scam is to try to trick you into signing one of these gasless signatures on a phishing website, allowing the scammers to steal your NFTs. The official websites of OpenSea, LooksRare, X2Y2, Uniswap and Blur are allowlisted for these actions, so that the Revoke.cash browser extension does not interrupt your normal flow.

The different categories of warnings can be turned on and off in the extension settings.

The Revoke.cash browser extension works with every EVM-based chain including Ethereum, Polygon and Avalanche.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Revoke.cash - web3 scam protection Revoke.cash - web3 scam protection
ID nmniboccheadcclilkfkonokbcoceced
Επίσημο URL https://chromewebstore.google.com/detail/revokecash-web3-scam-prot/nmniboccheadcclilkfkonokbcoceced
Περιγραφή The Revoke.cash browser extension helps protect you from common crypto scams.
Μέγεθος Αρχείου 578 KB
Αριθμός Εγκαταστάσεων 58,070
Τρέχουσα Έκδοση 0.5.12
Τελευταία Ενημέρωση 2024-02-17
Ημερομηνία Δημοσίευσης 2022-07-27
Αξιολόγηση 5.00/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής https://revoke.cash
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://revoke.cash
URL της Σελίδας Πολιτικής Απορρήτου https://revoke.cash/privacy-policy
Υποστηριζόμενες Γλώσσες en,es,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png",
            "256": "images\/icon-256.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content-scripts\/inject-scripts.js",
                "js\/content-scripts\/window-ethereum-messages.js",
                "js\/content-scripts\/bypass-check.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/injected\/proxy-injected-providers.js",
                "js\/vendor.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.5.12"
}