Crypto.com - NFT Rank

Extension for displaying the rank of popular PFP NFT collections on Crypto.com.

Qu'est-ce que Crypto.com - NFT Rank ?

Crypto.com - NFT Rank est une extension Chrome développée par CloudOwl, et sa fonction principale est "Extension for displaying the rank of popular PFP NFT collections on Crypto.com.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Crypto.com - NFT Rank

Téléchargez les fichiers d'extension Crypto.com - NFT Rank 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

                        Unofficial extension for displaying the rank of popular NFT collections on Crypto.com.

Collections Supported:
- Loaded Lion
- AlphaBot
- AlphaBot Armory Weapon
- PsychoKitty
- PsychoMolly
- Mad Hare
- Ballie
- BeatHeadz                    

Informations de Base sur l'Extension

Nom Crypto.com - NFT Rank Crypto.com - NFT Rank
ID cgdmickfhlofgfmcollamkebbofdmhbd
URL Officiel https://chromewebstore.google.com/detail/cryptocom-nft-rank/cgdmickfhlofgfmcollamkebbofdmhbd
Description Extension for displaying the rank of popular PFP NFT collections on Crypto.com.
Taille du Fichier 258 KB
Nombre d'Installations 33
Version Actuelle 1.0.5
Dernière Mise à Jour 2022-04-28
Date de Publication 2022-04-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur CloudOwl
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://cloudowl.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto.com - NFT Rank",
    "description": "__MSG_description__",
    "version": "1.0.5",
    "icons": {
        "128": "data\/img\/cdcnft.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/img\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crypto.com\/nft\/*"
            ],
            "js": [
                "data\/js\/main.js"
            ]
        }
    ],
    "manifest_version": 3
}