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ファイルをダウンロード

CNFT token check拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}