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