Seamore
Identify NFTs rarity
¿Qué es Seamore?
Seamore es una extensión de Chrome desarrollada por Lumx Studios, y su función principal es "Identify NFTs rarity".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Seamore
Descarga archivos de extensión Seamore en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Seamore |
ID | knlejcekebcafdhnjpboplhpkbhdehcm |
URL Oficial | https://chromewebstore.google.com/detail/seamore/knlejcekebcafdhnjpboplhpkbhdehcm |
Descripción | Identify NFTs rarity |
Tamaño del Archivo | 606 KB |
Cantidad de Instalaciones | 321 |
Versión Actual | 1.1.4 |
Última Actualización | 2022-09-16 |
Fecha de Publicación | 2022-04-04 |
Calificación | 5.00/5 Total de 10 Calificaciones |
Desarrollador | Lumx Studios |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |