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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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