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 |
| 官方網址 | 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"
}
} | |