NFT Rank

List NFT Rank

Cos'è NFT Rank?

NFT Rank è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "List NFT Rank".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NFT Rank

Scarica i file di estensione NFT Rank in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NFT Rank NFT Rank
ID feobohmmpphfgpcjdcikdmmbcglicgif
URL Ufficiale https://chromewebstore.google.com/detail/nft-rank/feobohmmpphfgpcjdcikdmmbcglicgif
Descrizione List NFT Rank
Dimensione del File 52.74 KB
Conteggio Installazioni 40
Versione Corrente 1.2.4
Ultimo Aggiornamento 2022-03-18
Data di Pubblicazione 2021-12-17
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.waytoweb3.com/
Lingue Supportate 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"
    }
}