CNFT token check

Adding CNFT token (such as clay token) check on marketplace like jpg

CNFT token check란 무엇입니까?

CNFT token check은(는) tonynguyenit18에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adding CNFT token (such as clay token) check on marketplace like jpg"입니다.

확장 프로그램 스크린샷

screenshot

CNFT token check 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Add additional information to marketplace listings.
This extension is to add additional feature to market place to help sniper make quicker decision.
Support market place and project will grow as we go
Current support
Market places:
- jpg.store
Features:
- add $CLAY a Clay Nation (CN) or Clay Nation x Good Charlotte (GC) are eligible to claim on collection listing price and also in jpg single asset page                    

확장 프로그램 기본 정보

이름 CNFT token check CNFT token check
ID gkiodmfafocapnpchccelokgnkimgjfg
공식 URL https://chromewebstore.google.com/detail/cnft-token-check/gkiodmfafocapnpchccelokgnkimgjfg
설명 Adding CNFT token (such as clay token) check on marketplace like jpg
파일 크기 115 KB
설치 횟수 34
현재 버전 1.2
최근 업데이트 2023-03-05
출시 날짜 2022-12-18
평점 5.00/5 총 1 개의 평점
개발자 tonynguyenit18
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CNFT token check",
    "description": "Adding CNFT token (such as clay token) check on marketplace like jpg",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.jpg.store\/*"
            ],
            "js": [
                "dist\/main.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}