NFT Unmasked

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

Wat is NFT Unmasked?

NFT Unmasked is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie NFT Unmasked

Download NFT Unmasked-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam NFT Unmasked NFT Unmasked
ID lejnfkncaeobbbiaklhdcliffcdkocla
Officiële URL https://chromewebstore.google.com/detail/nft-unmasked/lejnfkncaeobbbiaklhdcliffcdkocla
Beschrijving NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.
Bestandsgrootte 145 KB
Aantal Installaties 22
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-05-13
Publicatiedatum 2022-05-13
Beoordeling 5.00/5 Totaal 20 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.nftunmasked.io
Ondersteunde Talen 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"
            ]
        }
    ]
}