Crypto.com - NFT Rank displayer

Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.

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

Crypto.com - NFT Rank displayer est une extension Chrome développée par Nociv, et sa fonction principale est "Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.".

Captures d'Écran de l'Extension

screenshot

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

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

                        Supported collections:
* PsychoKitties
* Loaded Lions
* AlphaBot
* BeatHeadz
* PsychoMolly
* Ballie
* ArmoryWeapon
* MadHare

Absolutely not required. However, will be accepted as a token of appreciation.

BTC: 1K1BgNEcHdQpZGyqLGJw7HCv6fWPjLzJie
ETH (ERC20): 0xe88959092922a21a168d3772d1fb6d63e251f134
BEP20/BSC (ETH, BNB, ...): 0xe88959092922a21a168d3772d1fb6d63e251f134                    

Informations de Base sur l'Extension

Nom Crypto.com - NFT Rank displayer Crypto.com - NFT Rank displayer
ID bpjllcbeenkddkiihohmgdkmbdhgmmli
URL Officiel https://chromewebstore.google.com/detail/cryptocom-nft-rank-displa/bpjllcbeenkddkiihohmgdkmbdhgmmli
Description Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.
Taille du Fichier 191 KB
Nombre d'Installations 141
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-05-01
Date de Publication 2021-12-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Nociv
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/damien-piedanna/crypto-com-nft-rank-displayer
URL de la Page d'Aide https://github.com/damien-piedanna/crypto-com-nft-rank-displayer/issues
Langues Prises en Charge en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto.com - NFT Rank displayer",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "icons": {
        "128": "data\/img\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crypto.com\/nft\/*"
            ],
            "js": [
                "data\/js\/main.js"
            ]
        }
    ],
    "manifest_version": 3
}