NFT Rank
List NFT Rank
ما هو NFT Rank؟
NFT Rank هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "List NFT Rank".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NFT Rank
قم بتنزيل ملفات الامتداد NFT Rank بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A tool that can see the current NFT ranking in real time. When you browse https://opensea.io, the ranking data comes from https://rarity.tools/. join the discord: https://discord.com/invite/VHd2SRpx for support.
معلومات أساسية عن التمديد
الاسم | NFT Rank |
ID | feobohmmpphfgpcjdcikdmmbcglicgif |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nft-rank/feobohmmpphfgpcjdcikdmmbcglicgif |
الوصف | List NFT Rank |
حجم الملف | 52.74 KB |
عدد التثبيتات | 40 |
النسخة الحالية | 1.2.4 |
آخر تحديث | 2022-03-18 |
تاريخ النشر | 2021-12-17 |
المطور | Unknown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.waytoweb3.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NFT Rank", "description": "List NFT Rank", "version": "1.2.4", "author": "icoinguide", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*", "https:\/\/www.waytoweb3.com\/*" ], "js": [ "jquery.js", "content.js" ], "css": [ "fix.css" ] } ], "externally_connectable": { "matches": [ "https:\/\/opensea.io\/*" ] }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |