Seamore
Identify NFTs rarity
ما هو Seamore؟
Seamore هو إضافة Chrome تم تطويرها بواسطة Lumx Studios، والميزة الرئيسية لها هي "Identify NFTs rarity".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Seamore
قم بتنزيل ملفات الامتداد Seamore بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Seamore is a sniping and analytics tool created by Lumx Studios. With Seamore extension you'll be able to visualize Rarity and Price Estimation of NFTs on Opensea so you can get the best deals. Profit Indicator: Profit indication for whenever the listing price is lower than the estimated price. Price Estimator: Find out how much an NFT is worth based on our estimation algorithm prices nfts. Make great trades by sniping NFTs with the listing price below the estimated price.
معلومات أساسية عن التمديد
الاسم | Seamore |
ID | knlejcekebcafdhnjpboplhpkbhdehcm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/seamore/knlejcekebcafdhnjpboplhpkbhdehcm |
الوصف | Identify NFTs rarity |
حجم الملف | 606 KB |
عدد التثبيتات | 321 |
النسخة الحالية | 1.1.4 |
آخر تحديث | 2022-09-16 |
تاريخ النشر | 2022-04-04 |
تقييم | 5.00/5 مجموع تقييمات 10 |
المطور | Lumx Studios |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seamore", "description": "Identify NFTs rarity", "version": "1.1.4", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "main.js" ], "css": [ "seamore.css" ] } ], "permissions": [ "storage" ] } |