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.

Cos'è Crypto.com - NFT Rank displayer?

Crypto.com - NFT Rank displayer è un'estensione di Chrome sviluppata da Nociv, e la sua funzione principale è "Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Crypto.com - NFT Rank displayer

Scarica i file di estensione Crypto.com - NFT Rank displayer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Crypto.com - NFT Rank displayer Crypto.com - NFT Rank displayer
ID bpjllcbeenkddkiihohmgdkmbdhgmmli
URL Ufficiale https://chromewebstore.google.com/detail/cryptocom-nft-rank-displa/bpjllcbeenkddkiihohmgdkmbdhgmmli
Descrizione Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.
Dimensione del File 191 KB
Conteggio Installazioni 141
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-05-01
Data di Pubblicazione 2021-12-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Nociv
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/damien-piedanna/crypto-com-nft-rank-displayer
URL della Pagina di Aiuto https://github.com/damien-piedanna/crypto-com-nft-rank-displayer/issues
Lingue Supportate 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
}