NFTCheese

The All-in-One NFT Sniping Tool

什麼是NFTCheese?

NFTCheese是由jerrycheese開發的Chrome擴展程式,該擴展的主要功能是“The All-in-One NFT Sniping Tool”。

擴展截圖

screenshot

下載NFTCheese擴展crx文件

下載NFTCheese擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ✅ 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
官方網址 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
隱私政策頁面URL 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"
    ]
}