NFT Guard

Protect yourself from fraudulent NFT collections.

¿Qué es NFT Guard?

NFT Guard es una extensión de Chrome desarrollada por https://www.fakespot.com, y su función principal es "Protect yourself from fraudulent NFT collections.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión NFT Guard

Descarga archivos de extensión NFT Guard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        NFT Guard protects you from fraudulent NFT collections on OpenSea and scam NFT mint sites that are trying to steal your wallet and coins.

Coming from the developer of Fakespot, the ultimate consumer protector company. The rise in fraud on NFT marketplaces is skyrocketing and unverified collections are running wild. Use the NFT Guard extension to quickly learn if a collection is verified to protect yourself from fake NFT collections and from minting on a fraudulent mint site!

Features:
• Real-time NFT Collection Verification badges
• Invaluable data provided linking collections to their official social and website metadata
• Incredibly fast and responsive
• Mint site verification, do not get duped by false and fraudulent mint sites anymore!


Please contact us if you'd like to see any features or have feedback about the extension!                    

Información Básica de la Extensión

Nombre NFT Guard NFT Guard
ID goamkcjegfclpaamejhombiegmjaghdl
URL Oficial https://chrome.google.com/webstore/detail/nft-guard/goamkcjegfclpaamejhombiegmjaghdl
Descripción Protect yourself from fraudulent NFT collections.
Tamaño del Archivo 526 KB
Cantidad de Instalaciones 286
Versión Actual 1.7
Última Actualización 2022-06-01
Fecha de Publicación 2022-01-27
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.fakespot.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://www.fakespot.com/
URL de la Página de Política de Privacidad https://www.fakespot.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "NFT Guard",
    "description": "Protect yourself from fraudulent NFT collections.",
    "short_name": "NFT Guard",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.opensea.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/src\/icons\/128A.png",
        "default_title": "NFT Guard",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/src\/icons\/16A.png",
        "48": "icons\/src\/icons\/48A.png",
        "128": "icons\/src\/icons\/128A.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "unlimitedStorage",
        "storage",
        "tabs"
    ],
    "version": "1.7"
}