NFT Guard

Protect yourself from fraudulent NFT collections.

Co je NFT Guard?

NFT Guard je rozšíření Chrome vyvinuté https://www.fakespot.com, a jeho hlavní funkcí je „Protect yourself from fraudulent NFT collections.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření NFT Guard

Stáhněte si soubory rozšíření NFT Guard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název NFT Guard NFT Guard
ID goamkcjegfclpaamejhombiegmjaghdl
Oficiální URL https://chrome.google.com/webstore/detail/nft-guard/goamkcjegfclpaamejhombiegmjaghdl
Popis Protect yourself from fraudulent NFT collections.
Velikost souboru 526 KB
Počet instalací 286
Aktuální Verze 1.7
Poslední Aktualizace 2022-06-01
Datum Vydání 2022-01-27
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.fakespot.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://www.fakespot.com/
URL Stránky Zásad Ochrany Soukromí https://www.fakespot.com/privacy-policy
Podporované Jazyky 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"
}