NFT Unmasked
NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.
NFT Unmasked là gì?
NFT Unmasked là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NFT Unmasked
Tải xuống các tệp mở rộng NFT Unmasked dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NFT Unmasked |
ID | lejnfkncaeobbbiaklhdcliffcdkocla |
URL Chính Thức | https://chromewebstore.google.com/detail/nft-unmasked/lejnfkncaeobbbiaklhdcliffcdkocla |
Mô tả | NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea. |
Kích Thước Tệp | 145 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-05-13 |
Ngày Phát Hành | 2022-05-13 |
Đánh Giá | 5.00/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Unknown |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.nftunmasked.io |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |