Seamore
Identify NFTs rarity
Τι είναι το Seamore;
Το Seamore είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lumx Studios, και η κύρια λειτουργία του είναι "Identify NFTs rarity".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Seamore
Λήψη αρχείων επέκτασης Seamore σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |