NFT Rank

List NFT Rank

NFT Rank란 무엇입니까?

NFT Rank은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "List NFT Rank"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

NFT Rank 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A tool that can see the current NFT ranking in real time. When you browse https://opensea.io, the ranking data comes from https://rarity.tools/.
join the discord: https://discord.com/invite/VHd2SRpx for support.                    

확장 프로그램 기본 정보

이름 NFT Rank NFT Rank
ID feobohmmpphfgpcjdcikdmmbcglicgif
공식 URL https://chromewebstore.google.com/detail/nft-rank/feobohmmpphfgpcjdcikdmmbcglicgif
설명 List NFT Rank
파일 크기 52.74 KB
설치 횟수 40
현재 버전 1.2.4
최근 업데이트 2022-03-18
출시 날짜 2021-12-17
개발자 Unknown
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.waytoweb3.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NFT Rank",
    "description": "List NFT Rank",
    "version": "1.2.4",
    "author": "icoinguide",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/www.waytoweb3.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/opensea.io\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}