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.
Wat is Crypto.com - NFT Rank displayer?
Crypto.com - NFT Rank displayer is een Chrome-extensie ontwikkeld door Nociv, en de belangrijkste functie is "Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie Crypto.com - NFT Rank displayer
Download Crypto.com - NFT Rank displayer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Crypto.com - NFT Rank displayer |
ID | bpjllcbeenkddkiihohmgdkmbdhgmmli |
Officiële URL | https://chromewebstore.google.com/detail/cryptocom-nft-rank-displa/bpjllcbeenkddkiihohmgdkmbdhgmmli |
Beschrijving | Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com. |
Bestandsgrootte | 191 KB |
Aantal Installaties | 141 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-05-01 |
Publicatiedatum | 2021-12-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Nociv |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/damien-piedanna/crypto-com-nft-rank-displayer |
Help Pagina-URL | https://github.com/damien-piedanna/crypto-com-nft-rank-displayer/issues |
Ondersteunde Talen | 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 } |