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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nociv และคุณลักษณะหลักของมันคือ "Simple and unofficial extension used to display the rank of some NFT within collections on the NFT platform of crypto.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto.com - NFT Rank displayer
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |