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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |