NFT Unmasked

NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.

Cos'è NFT Unmasked?

NFT Unmasked è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NFT Unmasked

Scarica i file di estensione NFT Unmasked 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

                        NFT Unmasked helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea. Additionally, we provide you tools to become a more effective NFT trader. 

Rarity rankings showed right on top of the item on OpenSea;
Color coding of the results - wanna see the Hot results (highest ranks) - look for the gold ones. 
Request collections that are not yet indexed and have no rarity score yet, and they will be available soon!

Check out https://www.nftunmasked.io for more tools such as a bidding bot, mint bot, or deal sniper!                    

Informazioni di Base sull'Estensione

Nome NFT Unmasked NFT Unmasked
ID lejnfkncaeobbbiaklhdcliffcdkocla
URL Ufficiale https://chromewebstore.google.com/detail/nft-unmasked/lejnfkncaeobbbiaklhdcliffcdkocla
Descrizione NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.
Dimensione del File 145 KB
Conteggio Installazioni 22
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-05-13
Data di Pubblicazione 2022-05-13
Valutazione 5.00/5 Totale 20 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.nftunmasked.io
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NFT Unmasked",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.",
    "homepage_url": "http:\/\/www.nftunmasked.io",
    "icons": {
        "192": "icons\/logo192.png",
        "512": "icons\/logo512.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "permissions": [
        "https:\/\/opensea.io\/*",
        "https:\/\/www.opensea.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/www.opensea.io\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/css\/loader.css",
                "src\/css\/styles.css"
            ]
        }
    ]
}