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 |
| Eメール | [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"
}
} | |