NFT Rarity Rankings
NFT Rarity Ranking extension
NFT Rarity Rankings란 무엇입니까?
NFT Rarity Rankings은(는) metarankings.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NFT Rarity Ranking extension"입니다.
확장 프로그램 스크린샷
NFT Rarity Rankings 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension allows you to see the rarity ranks of NFT collections directly on OpenSea and LooksRare without switching tabs. Thanks to this extension by metarankings.io, you can easily find rare NFTs to snipe at a bargain. Rarity ranks are calculated accurately using the latest trait normalization formulas. New NFT collections are added regularly. Note: All displayed data cannot be considered as financial or professional advice. Always do your own research.
확장 프로그램 기본 정보
이름 | NFT Rarity Rankings |
ID | engegbgphkcjojbnhlnllfchpakednpe |
공식 URL | https://chromewebstore.google.com/detail/nft-rarity-rankings/engegbgphkcjojbnhlnllfchpakednpe |
설명 | NFT Rarity Ranking extension |
파일 크기 | 468 KB |
설치 횟수 | 1,661 |
현재 버전 | 2.3.7 |
최근 업데이트 | 2022-02-02 |
출시 날짜 | 2021-11-16 |
평점 | 3.79/5 총 14 개의 평점 |
개발자 | metarankings.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.metarankings.io |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NFT Rarity Rankings", "version": "2.3.7", "description": "NFT Rarity Ranking extension", "content_scripts": [ { "css": [ "css\/styles.css", "css\/traitNormToggle.css", "css\/ranks.css" ], "js": [ "libraries\/jquery-3.6.0.min.js", "js\/main.js", "js\/content.js", "js\/ranks.js", "js\/utils.js" ], "matches": [ "https:\/\/opensea.io\/*", "https:\/\/looksrare.org\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "images\/banner_last.png", "images\/banner.png", "images\/twitter.png" ], "matches": [ "https:\/\/opensea.io\/*", "https:\/\/looksrare.org\/*" ] } ], "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } } |