Seamore

Identify NFTs rarity

Was ist Seamore?

Seamore ist eine Chrome-Erweiterung, die von Lumx Studios entwickelt wurde, und ihr Hauptmerkmal ist "Identify NFTs rarity".

Erweiterungsscreenshots

screenshot

Seamore-Erweiterungs-CRX-Datei herunterladen

Laden Sie Seamore-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Seamore Seamore
ID knlejcekebcafdhnjpboplhpkbhdehcm
Offizielle URL https://chromewebstore.google.com/detail/seamore/knlejcekebcafdhnjpboplhpkbhdehcm
Beschreibung Identify NFTs rarity
Dateigröße 606 KB
Installationsanzahl 321
Aktuelle Version 1.1.4
Letztes Update 2022-09-16
Veröffentlichungsdatum 2022-04-04
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler Lumx Studios
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}