NFTSniper Extension

This is an extension plug-in for website users to quickly obtain external information.

NFTSniper Extension란 무엇입니까?

NFTSniper Extension은(는) nftsniperdotclub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is an extension plug-in for website users to quickly obtain external information."입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        NFTSniper Extension is an extension plug-in for the www.nftsniper.club website, which is used to help users quickly obtain external website information and update data in real time.                    

확장 프로그램 기본 정보

이름 NFTSniper Extension NFTSniper Extension
ID dilejnfdpncjkpokkpajkfamhnhncnjk
공식 URL https://chromewebstore.google.com/detail/nftsniper-extension/dilejnfdpncjkpokkpajkfamhnhncnjk
설명 This is an extension plug-in for website users to quickly obtain external information.
파일 크기 16.36 KB
설치 횟수 5,107
현재 버전 1.22
최근 업데이트 2024-01-02
출시 날짜 2023-02-26
평점 5.00/5 총 6 개의 평점
개발자 nftsniperdotclub
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.nftsniper.club
도움말 페이지 URL https://beta.nftsniper.club
개인정보 보호 정책 페이지 URL https://www.nftsniper.club/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NFTSniper Extension",
    "description": "This is an extension plug-in for website users to quickly obtain external information.",
    "version": "1.22",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "action": {
        "default_name": "NFTSniper Extension",
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8080\/*",
            "https:\/\/*.nftsniper.club\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/dexscreener.com\/*"
            ],
            "js": [
                "js\/dexscreener.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "js\/discord.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/unisat.io\/*"
            ],
            "js": [
                "js\/unisat.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.okx.com\/*web3\/*"
            ],
            "js": [
                "js\/okOrdinals.min.js"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}