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.

What is Crypto.com - NFT Rank displayer?

Crypto.com - NFT Rank displayer is a Chrome extension developed by Nociv, and its main feature is "Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.".

Extension Screenshots

screenshot

Download Crypto.com - NFT Rank displayer Extension CRX File

Download Crypto.com - NFT Rank displayer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Crypto.com - NFT Rank displayer Crypto.com - NFT Rank displayer
ID bpjllcbeenkddkiihohmgdkmbdhgmmli
Official URL 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.
File Size 191 KB
Installation Count 141
Current Version 1.0.2
Last Updated 2022-05-01
Publish Date 2021-12-20
Rating 5.00/5 Total 1 Ratings
Developer Nociv
Email [email protected]
Payment Type free
Extension Website https://github.com/damien-piedanna/crypto-com-nft-rank-displayer
Help Page URL https://github.com/damien-piedanna/crypto-com-nft-rank-displayer/issues
Supported Languages 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
}