NFTCheese

The All-in-One NFT Sniping Tool

Qu'est-ce que NFTCheese ?

NFTCheese est une extension Chrome développée par jerrycheese, et sa fonction principale est "The All-in-One NFT Sniping Tool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NFTCheese

Téléchargez les fichiers d'extension NFTCheese au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ✅ 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                    

Informations de Base sur l'Extension

Nom NFTCheese NFTCheese
ID nnmgbbkbhgbmmpmdafjlljcehldannic
URL Officiel https://chrome.google.com/webstore/detail/nftcheese/nnmgbbkbhgbmmpmdafjlljcehldannic
Description The All-in-One NFT Sniping Tool
Taille du Fichier 4.14 MB
Nombre d'Installations 35
Version Actuelle 1.1.27
Dernière Mise à Jour 2022-09-03
Date de Publication 2022-03-01
Développeur jerrycheese
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://nftcheese.tools
URL de la Page de Politique de Confidentialité https://www.nftcheese.tools/terms
Langues Prises en Charge 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"
    ]
}