NFT Unmasked
NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.
NFT Unmasked क्या है?
NFT Unmasked Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NFT Unmasked एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | NFT Unmasked |
ID | lejnfkncaeobbbiaklhdcliffcdkocla |
आधिकारिक URL | https://chromewebstore.google.com/detail/nft-unmasked/lejnfkncaeobbbiaklhdcliffcdkocla |
विवरण | NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea. |
फ़ाइल का आकार | 145 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2022-05-13 |
प्रकाशन तिथि | 2022-05-13 |
रेटिंग | 5.00/5 कुल 20 रेटिंग्स |
डेवलपर | Unknown |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.nftunmasked.io |
समर्थित भाषाएँ | 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" ] } ] } |