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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } |