Seamore

Identify NFTs rarity

Co je Seamore?

Seamore je rozšíření Chrome vyvinuté Lumx Studios, a jeho hlavní funkcí je „Identify NFTs rarity“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Seamore

Stáhněte si soubory rozšíření Seamore ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Seamore Seamore
ID knlejcekebcafdhnjpboplhpkbhdehcm
Oficiální URL https://chromewebstore.google.com/detail/seamore/knlejcekebcafdhnjpboplhpkbhdehcm
Popis Identify NFTs rarity
Velikost souboru 606 KB
Počet instalací 321
Aktuální Verze 1.1.4
Poslední Aktualizace 2022-09-16
Datum Vydání 2022-04-04
Hodnocení 5.00/5 Celkem 10 Hodnocení
Vývojář Lumx Studios
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}