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 |
官方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" ] } ] } |