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.

Hvad er Crypto.com - NFT Rank displayer?

Crypto.com - NFT Rank displayer er en Chrome-udvidelse udviklet af Nociv, og dens hovedfunktion er "Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.".

Udvidelsesskærmbilleder

screenshot

Download Crypto.com - NFT Rank displayer-udvidelses-CRX-fil

Download Crypto.com - NFT Rank displayer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Crypto.com - NFT Rank displayer Crypto.com - NFT Rank displayer
ID bpjllcbeenkddkiihohmgdkmbdhgmmli
Officiel URL https://chromewebstore.google.com/detail/cryptocom-nft-rank-displa/bpjllcbeenkddkiihohmgdkmbdhgmmli
Beskrivelse Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.
Filstørrelse 191 KB
Antal Installationer 141
Nuværende Version 1.0.2
Senest Opdateret 2022-05-01
Udgivelsesdato 2021-12-20
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Nociv
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/damien-piedanna/crypto-com-nft-rank-displayer
Hjælpeside-URL https://github.com/damien-piedanna/crypto-com-nft-rank-displayer/issues
Understøttede Sprog 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
}