Seamore
Identify NFTs rarity
Cos'è Seamore?
Seamore è un'estensione di Chrome sviluppata da Lumx Studios, e la sua funzione principale è "Identify NFTs rarity".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Seamore
Scarica i file di estensione Seamore in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Seamore |
ID | knlejcekebcafdhnjpboplhpkbhdehcm |
URL Ufficiale | https://chromewebstore.google.com/detail/seamore/knlejcekebcafdhnjpboplhpkbhdehcm |
Descrizione | Identify NFTs rarity |
Dimensione del File | 606 KB |
Conteggio Installazioni | 321 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2022-09-16 |
Data di Pubblicazione | 2022-04-04 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | Lumx Studios |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |