NFTEye

Boost your OpenSea experience with rarity ranks and analytics insights.

什么是NFTEye?

NFTEye是由Chaingress开发的Chrome扩展程序,该扩展的主要功能是“Boost your OpenSea experience with rarity ranks and analytics insights.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载NFTEye扩展crx文件

下载NFTEye扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 NFTEye NFTEye
ID imbkphhpfhkebpifdomcihkcjelnpamo
官方URL https://chromewebstore.google.com/detail/nfteye/imbkphhpfhkebpifdomcihkcjelnpamo
简介 Boost your OpenSea experience with rarity ranks and analytics insights.
文件大小 187 KB
安装次数 5,454
当前版本 2.1.6
更新时间 2023-02-24
上架时间 2022-01-26
评分 5.00/5 共9次评分
开发者 Chaingress
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.nfteye.io
支持的语言 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"
    ]
}