NFTCheese

The All-in-One NFT Sniping Tool

Co je NFTCheese?

NFTCheese je rozšíření Chrome vyvinuté jerrycheese, a jeho hlavní funkcí je „The All-in-One NFT Sniping Tool“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NFTCheese

Stáhněte si soubory rozšíření NFTCheese 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í

                        ✅ 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                    

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

Název NFTCheese NFTCheese
ID nnmgbbkbhgbmmpmdafjlljcehldannic
Oficiální URL https://chrome.google.com/webstore/detail/nftcheese/nnmgbbkbhgbmmpmdafjlljcehldannic
Popis The All-in-One NFT Sniping Tool
Velikost souboru 4.14 MB
Počet instalací 35
Aktuální Verze 1.1.27
Poslední Aktualizace 2022-09-03
Datum Vydání 2022-03-01
Vývojář jerrycheese
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://nftcheese.tools
URL Stránky Zásad Ochrany Soukromí https://www.nftcheese.tools/terms
Podporované Jazyky 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"
    ]
}