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.

Co to jest Crypto.com - NFT Rank displayer?

Crypto.com - NFT Rank displayer to rozszerzenie Chrome opracowane przez Nociv, a jego główną funkcją jest „Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Crypto.com - NFT Rank displayer

Pobierz pliki rozszerzeń Crypto.com - NFT Rank displayer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Crypto.com - NFT Rank displayer Crypto.com - NFT Rank displayer
ID bpjllcbeenkddkiihohmgdkmbdhgmmli
Oficjalny URL https://chromewebstore.google.com/detail/cryptocom-nft-rank-displa/bpjllcbeenkddkiihohmgdkmbdhgmmli
Opis Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.
Rozmiar pliku 191 KB
Liczba instalacji 141
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-05-01
Data Publikacji 2021-12-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Nociv
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/damien-piedanna/crypto-com-nft-rank-displayer
Adres URL Strony Pomocy https://github.com/damien-piedanna/crypto-com-nft-rank-displayer/issues
Obsługiwane Języki 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
}