NFT Guard

Protect yourself from fraudulent NFT collections.

NFT Guard क्या है?

NFT Guard https://www.fakespot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect yourself from fraudulent NFT collections."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NFT Guard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम NFT Guard NFT Guard
ID goamkcjegfclpaamejhombiegmjaghdl
आधिकारिक URL https://chrome.google.com/webstore/detail/nft-guard/goamkcjegfclpaamejhombiegmjaghdl
विवरण Protect yourself from fraudulent NFT collections.
फ़ाइल का आकार 526 KB
स्थापना संख्या 286
वर्तमान संस्करण 1.7
अंतिम अपडेट 2022-06-01
प्रकाशन तिथि 2022-01-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.fakespot.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.fakespot.com/
गोपनीयता नीति पृष्ठ URL https://www.fakespot.com/privacy-policy
समर्थित भाषाएँ 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"
}