CNFT token check

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

Was ist CNFT token check?

CNFT token check ist eine Chrome-Erweiterung, die von tonynguyenit18 entwickelt wurde, und ihr Hauptmerkmal ist "Adding CNFT token (such as clay token) check on marketplace like jpg".

Erweiterungsscreenshots

screenshot

CNFT token check-Erweiterungs-CRX-Datei herunterladen

Laden Sie CNFT token check-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name CNFT token check CNFT token check
ID gkiodmfafocapnpchccelokgnkimgjfg
Offizielle URL https://chromewebstore.google.com/detail/cnft-token-check/gkiodmfafocapnpchccelokgnkimgjfg
Beschreibung Adding CNFT token (such as clay token) check on marketplace like jpg
Dateigröße 115 KB
Installationsanzahl 34
Aktuelle Version 1.2
Letztes Update 2023-03-05
Veröffentlichungsdatum 2022-12-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler tonynguyenit18
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}