Shonen Junk - Rarity Tool
A tool for viewing official rarity in 3rd party NFT markets.
ما هو Shonen Junk - Rarity Tool؟
Shonen Junk - Rarity Tool هو إضافة Chrome تم تطويرها بواسطة ZombieBoy، والميزة الرئيسية لها هي "A tool for viewing official rarity in 3rd party NFT markets.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Shonen Junk - Rarity Tool
قم بتنزيل ملفات الامتداد Shonen Junk - Rarity Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool will allow users to view official Shonen Junk Rarity Ranking in OpenSea, LooksRare, Rarible, and Gem.
معلومات أساسية عن التمديد
الاسم | Shonen Junk - Rarity Tool |
ID | gmjljohhmciabchnmjjhnngoghjbcbjo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/shonen-junk-rarity-tool/gmjljohhmciabchnmjjhnngoghjbcbjo |
الوصف | A tool for viewing official rarity in 3rd party NFT markets. |
حجم الملف | 207 KB |
عدد التثبيتات | 60 |
النسخة الحالية | 1.4 |
آخر تحديث | 2022-11-28 |
تاريخ النشر | 2022-04-20 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | ZombieBoy |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://shonenjunk-meta.github.io |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shonen Junk - Rarity Tool", "description": "A tool for viewing official rarity in 3rd party NFT markets.", "version": "1.4", "manifest_version": 3, "author": "ZombieBoy", "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" }, "permissions": [ "activeTab", "scripting" ] } |