NFTCheese

The All-in-One NFT Sniping Tool

NFTCheese란 무엇입니까?

NFTCheese은(는) jerrycheese에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The All-in-One NFT Sniping Tool"입니다.

확장 프로그램 스크린샷

screenshot

NFTCheese 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
    ]
}