NFT Rank
List NFT Rank
Wat is NFT Rank?
NFT Rank is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "List NFT Rank".
Extensie Screenshots
Download het CRX-bestand van de extensie NFT Rank
Download NFT Rank-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | feobohmmpphfgpcjdcikdmmbcglicgif |
| Officiële URL | https://chromewebstore.google.com/detail/nft-rank/feobohmmpphfgpcjdcikdmmbcglicgif |
| Beschrijving | List NFT Rank |
| Bestandsgrootte | 52.74 KB |
| Aantal Installaties | 40 |
| Huidige Versie | 1.2.4 |
| Laatst Bijgewerkt | 2022-03-18 |
| Publicatiedatum | 2021-12-17 |
| Ontwikkelaar | Unknown |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.waytoweb3.com/ |
| Ondersteunde Talen | 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"
}
} | |