NFTCheese

The All-in-One NFT Sniping Tool

ما هو NFTCheese؟

NFTCheese هو إضافة Chrome تم تطويرها بواسطة jerrycheese، والميزة الرئيسية لها هي "The All-in-One NFT Sniping Tool".

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

screenshot

تحميل ملف CRX للإضافة NFTCheese

قم بتنزيل ملفات الامتداد NFTCheese بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ✅ Filter NFT collections by their rarity right in OpenSea
✅ Filter NFTs by their traits
✅ Get instant rarities of different traits
✅ Set alerts to notify on underpriced NFTs in your favorite collections
✅ Realtime gas price calculator
✅ Instant mint
✅ Sale activity graph
✅ Reserve ALL access to future features & tools by NFT Cheese                    

معلومات أساسية عن التمديد

الاسم NFTCheese NFTCheese
ID nnmgbbkbhgbmmpmdafjlljcehldannic
عنوان URL الرسمي https://chrome.google.com/webstore/detail/nftcheese/nnmgbbkbhgbmmpmdafjlljcehldannic
الوصف The All-in-One NFT Sniping Tool
حجم الملف 4.14 MB
عدد التثبيتات 35
النسخة الحالية 1.1.27
آخر تحديث 2022-09-03
تاريخ النشر 2022-03-01
المطور jerrycheese
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://nftcheese.tools
عنوان صفحة سياسة الخصوصية https://www.nftcheese.tools/terms
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NFTCheese",
    "description": "The All-in-One NFT Sniping Tool",
    "version": "1.1.27",
    "minimum_chrome_version": "93",
    "manifest_version": 3,
    "action": {
        "icons": {
            "128": "icon_w128_br.png"
        },
        "default_popup": "index.html",
        "default_title": "NFTCheese"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/login.nftcheese.tools\/*"
        ]
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "host_permissions": [
        "https:\/\/nftcheese.net\/api\/*",
        "https:\/\/*.opensea.io\/*"
    ],
    "icons": {
        "128": "icon_w128_br.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/pageContextInject.js"
            ],
            "matches": [
                "https:\/\/*.opensea.io\/*"
            ]
        },
        {
            "resources": [
                "notification.mp3"
            ],
            "matches": [
                "https:\/\/*.opensea.io\/*"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "storage",
        "notifications"
    ]
}