CNFT token check

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

Qu'est-ce que CNFT token check ?

CNFT token check est une extension Chrome développée par tonynguyenit18, et sa fonction principale est "Adding CNFT token (such as clay token) check on marketplace like jpg".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CNFT token check

Téléchargez les fichiers d'extension CNFT token check au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CNFT token check CNFT token check
ID gkiodmfafocapnpchccelokgnkimgjfg
URL Officiel https://chromewebstore.google.com/detail/cnft-token-check/gkiodmfafocapnpchccelokgnkimgjfg
Description Adding CNFT token (such as clay token) check on marketplace like jpg
Taille du Fichier 115 KB
Nombre d'Installations 34
Version Actuelle 1.2
Dernière Mise à Jour 2023-03-05
Date de Publication 2022-12-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur tonynguyenit18
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}