RankNFT.io - NFT ranks and rarity score

NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else.

RankNFT.io - NFT ranks and rarity score란 무엇입니까?

RankNFT.io - NFT ranks and rarity score은(는) https://ranknft.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

RankNFT.io - NFT ranks and rarity score 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        RankNFT.io is helping investors to make the right decisions by providing timely and quality data about NFTs. And now you can get to the right data even faster.
See rarity rankings right on the collection page or item profile. No need to switch to another tab, no need to search for ranking on other web pages. Just use the RankNFT.io extension!

Rarity rankings showed right on top of the item on OpenSea & LooksRare;
Color coding of the results - wanna see the Hot results (highest ranks) - look for the red ones. Cold results - blue.
Request collections that are not yet indexed and have no rarity score yet, and they will be available soon!

Visit our web page where full ranks are available. You can also request a collection there.
Join our Discord server, where you can get help from our community members and admins: https://discord.gg/CUwjp2gbTf
Follow us on Twitter to get the latest updates about collections indexed: https://twitter.com/RankNFTio

NB! Nothing on the Site or Extension constitutes professional and/or financial advice.                    

확장 프로그램 기본 정보

이름 RankNFT.io - NFT ranks and rarity score RankNFT.io - NFT ranks and rarity score
ID ndgbicpfghmemekeffmkomimpppafagk
공식 URL https://chromewebstore.google.com/detail/ranknftio-nft-ranks-and-r/ndgbicpfghmemekeffmkomimpppafagk
설명 NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else.
파일 크기 1.32 MB
설치 횟수 2,550
현재 버전 1.0.4
최근 업데이트 2022-02-05
출시 날짜 2021-10-12
평점 4.50/5 총 40 개의 평점
개발자 https://ranknft.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://ranknft.io
도움말 페이지 URL https://ranknft.io/help
개인정보 보호 정책 페이지 URL https://vaazo.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RankNFT.io - NFT ranks and rarity score",
    "description": "NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/bg-min.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.opensea.io\/*",
                "https:\/\/*.looksrare.org\/*"
            ],
            "css": [
                "css\/cs.css"
            ],
            "js": [
                "js\/cs-min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "html\/popup.html",
        "default_title": "RankNFT.io"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/opensea.io\/*",
        "https:\/\/opensea.io\/*",
        "http:\/\/looksrare.org\/*",
        "https:\/\/looksrare.org\/*"
    ],
    "version": "1.0.4"
}