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開發的Chrome擴展程式,該擴展的主要功能是“NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.”。
擴展截圖
下載NFT Unmasked擴展crx文件
下載NFT Unmasked擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |