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.
Was ist Crypto.com - NFT Rank displayer?
Crypto.com - NFT Rank displayer ist eine Chrome-Erweiterung, die von Nociv entwickelt wurde, und ihr Hauptmerkmal ist "Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.".
Erweiterungsscreenshots
Crypto.com - NFT Rank displayer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crypto.com - NFT Rank displayer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Crypto.com - NFT Rank displayer |
ID | bpjllcbeenkddkiihohmgdkmbdhgmmli |
Offizielle URL | https://chromewebstore.google.com/detail/cryptocom-nft-rank-displa/bpjllcbeenkddkiihohmgdkmbdhgmmli |
Beschreibung | Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com. |
Dateigröße | 191 KB |
Installationsanzahl | 141 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2022-05-01 |
Veröffentlichungsdatum | 2021-12-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Nociv |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/damien-piedanna/crypto-com-nft-rank-displayer |
Hilfeseite URL | https://github.com/damien-piedanna/crypto-com-nft-rank-displayer/issues |
Unterstützte Sprachen | 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 } |