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.
什么是Crypto.com - NFT Rank displayer?
Crypto.com - NFT Rank displayer是由Nociv开发的Chrome扩展程序,该扩展的主要功能是“Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com.”。
扩展截图
下载Crypto.com - NFT Rank displayer扩展crx文件
下载Crypto.com - NFT Rank displayer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Crypto.com - NFT Rank displayer |
ID | bpjllcbeenkddkiihohmgdkmbdhgmmli |
官方URL | https://chromewebstore.google.com/detail/cryptocom-nft-rank-displa/bpjllcbeenkddkiihohmgdkmbdhgmmli |
简介 | Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com. |
文件大小 | 191 KB |
安装次数 | 141 |
当前版本 | 1.0.2 |
更新时间 | 2022-05-01 |
上架时间 | 2021-12-20 |
评分 | 5.00/5 共1次评分 |
开发者 | Nociv |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/damien-piedanna/crypto-com-nft-rank-displayer |
帮助页面URL | https://github.com/damien-piedanna/crypto-com-nft-rank-displayer/issues |
支持的语言 | 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 } |