NFT Rarity Rankings
NFT Rarity Ranking extension
什么是NFT Rarity Rankings?
NFT Rarity Rankings是由metarankings.io开发的Chrome扩展程序,该扩展的主要功能是“NFT Rarity Ranking extension”。
扩展截图
下载NFT Rarity Rankings扩展crx文件
下载NFT Rarity Rankings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |