NFTCheese

The All-in-One NFT Sniping Tool

Cos'è NFTCheese?

NFTCheese è un'estensione di Chrome sviluppata da jerrycheese, e la sua funzione principale è "The All-in-One NFT Sniping Tool".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NFTCheese

Scarica i file di estensione NFTCheese in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ✅ 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                    

Informazioni di Base sull'Estensione

Nome NFTCheese NFTCheese
ID nnmgbbkbhgbmmpmdafjlljcehldannic
URL Ufficiale https://chrome.google.com/webstore/detail/nftcheese/nnmgbbkbhgbmmpmdafjlljcehldannic
Descrizione The All-in-One NFT Sniping Tool
Dimensione del File 4.14 MB
Conteggio Installazioni 35
Versione Corrente 1.1.27
Ultimo Aggiornamento 2022-09-03
Data di Pubblicazione 2022-03-01
Sviluppatore jerrycheese
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://nftcheese.tools
URL della Pagina della Politica sulla Privacy https://www.nftcheese.tools/terms
Lingue Supportate 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"
    ]
}