Seamore

Identify NFTs rarity

Vad är Seamore?

Seamore är en Chrome-tillägg utvecklad av Lumx Studios, och dess huvudfunktion är "Identify NFTs rarity".

Tilläggsskärmbilder

screenshot

Ladda ner Seamore-förlängningens CRX-fil

Ladda ner Seamore-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Seamore Seamore
ID knlejcekebcafdhnjpboplhpkbhdehcm
Officiell webbadress https://chromewebstore.google.com/detail/seamore/knlejcekebcafdhnjpboplhpkbhdehcm
Beskrivning Identify NFTs rarity
Filstorlek 606 KB
Antal Installationer 321
Aktuell Version 1.1.4
Senast Uppdaterad 2022-09-16
Publiceringsdatum 2022-04-04
Betyg 5.00/5 Totalt 10 Betyg
Utvecklare Lumx Studios
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}