CNFT Tools Extension
CNFT Tools - All the tools you need to be a successful Cardano NFT collector.
ما هو CNFT Tools Extension؟
CNFT Tools Extension هو إضافة Chrome تم تطويرها بواسطة https://cnft.tools، والميزة الرئيسية لها هي "CNFT Tools - All the tools you need to be a successful Cardano NFT collector.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CNFT Tools Extension
قم بتنزيل ملفات الامتداد CNFT Tools Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Power up your CNFT.Tools & JPG.Store experience with data direct from CNFT.Tools! See your wallet value and NFTs directly in the Extension! The extension is exclusive to Vault holders initially and gives you: - Rarity Ranks directly in listings - Top Trait %s and floor values - Trait bar giving you quick view of all floor prices for the asset Many features in the pipeline to help you make the right decisions when buying and selling cardano nfts!
معلومات أساسية عن التمديد
الاسم | CNFT Tools Extension |
ID | aokalkceipbocdjadbkkcicbabigdfho |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cnft-tools-extension/aokalkceipbocdjadbkkcicbabigdfho |
الوصف | CNFT Tools - All the tools you need to be a successful Cardano NFT collector. |
حجم الملف | 375 KB |
عدد التثبيتات | 1,040 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2024-02-03 |
تاريخ النشر | 2023-04-25 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://cnft.tools |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://cnft.tools |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CNFT Tools Extension", "description": "CNFT Tools - All the tools you need to be a successful Cardano NFT collector.", "version": "0.1.1", "manifest_version": 3, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup.html", "default_title": "CNFT Tools Extension" }, "content_scripts": [ { "matches": [ "https:\/\/*.jpg.store\/*" ], "js": [ "siteContentFiles\/listingsContent.js" ], "css": [ "listingsStyles.css" ] }, { "matches": [ "https:\/\/*.cnft.tools\/*" ], "js": [ "js\/grabCookies.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/toolsicon.png", "48": "images\/toolsicon.png", "128": "images\/toolsicon.png" } } |