NFTEye
Boost your OpenSea experience with rarity ranks and analytics insights.
NFTEye là gì?
NFTEye là một tiện ích mở rộng Chrome được phát triển bởi Chaingress, và tính năng chính của nó là "Boost your OpenSea experience with rarity ranks and analytics insights.".
Ả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 NFTEye
Tải xuống các tệp mở rộng NFTEye 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
NFTEye boosts your trading experience with free inline rarity ranks and deep analytics. Features: 1. Collection Head-up Display. Including Royalties, Rarity Rank, Floor Trends, On Sale Listing, Next BlueChip Probability, etc.(FREE) 2. Floor Matrix. Floor Matrix shows all on sale listing NFTs distribution and Floor Strength. This feature can also help you snipe undervalued/potential items with lower prices and better ranks in the collection. (FREE) 3. Added Buy Rank feature: NFTEye compares rarity rank and listing price to identify the best deals for all on sale items in collection. 4. Trait Floor. Each NFT has different traits which have different rarities and prices. With the help of Trait Floor, you can find the underpriced NFTs (lower trait floor price with better rarity). (FREE) 5. Relative Sales & Listings. Check the sales or listings that have a better rank and worse rank compared with your current viewing item. (FREE) 6. Rarity ranks & collection trends. View inline rarity ranks, collection floor price trends, and volumes without leaving OpenSea for FREE. 7. Inline rarity ranks for items in transaction history for FREE. 8. Support Opensea and Sudoswap. 9. And many features on the way. (FREE / Members only)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NFTEye |
ID | imbkphhpfhkebpifdomcihkcjelnpamo |
URL Chính Thức | https://chromewebstore.google.com/detail/nfteye/imbkphhpfhkebpifdomcihkcjelnpamo |
Mô tả | Boost your OpenSea experience with rarity ranks and analytics insights. |
Kích Thước Tệp | 187 KB |
Số Lần Cài Đặt | 5,454 |
Phiên Bản Hiện Tại | 2.1.6 |
Cập Nhật Lần Cuối | 2023-02-24 |
Ngày Phát Hành | 2022-01-26 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Chaingress |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.nfteye.io |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NFTEye", "description": "Boost your OpenSea experience with rarity ranks and analytics insights.", "manifest_version": 3, "version": "2.1.6", "action": { "icons": { "128": "assets\/icons\/logo_128.png", "256": "assets\/icons\/logo_256.png" } }, "icons": { "128": "assets\/icons\/logo_128.png", "256": "assets\/icons\/logo_256.png" }, "content_scripts": [ { "js": [ ".\/contentScripts.js" ], "matches": [ "https:\/\/*.opensea.io\/*", "https:\/\/*.sudoswap.xyz\/*" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/*", "popup.html" ], "matches": [ "https:\/\/*.opensea.io\/*", "https:\/\/*.nfteye.io\/*", "https:\/\/*.sudoswap.xyz\/*" ] } ], "host_permissions": [ "https:\/\/*.opensea.io\/*", "https:\/\/*.sudoswap.xyz\/*", "https:\/\/*.nfteye.io\/*" ], "permissions": [ "tabs" ] } |