NFT Guard

Protect yourself from fraudulent NFT collections.

ما هو NFT Guard؟

NFT Guard هو إضافة Chrome تم تطويرها بواسطة https://www.fakespot.com، والميزة الرئيسية لها هي "Protect yourself from fraudulent NFT collections.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NFT Guard

قم بتنزيل ملفات الامتداد NFT Guard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.fakespot.com/
عنوان صفحة سياسة الخصوصية 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"
}