NFT Rarity Rankings

NFT Rarity Ranking extension

Co je NFT Rarity Rankings?

NFT Rarity Rankings je rozšíření Chrome vyvinuté metarankings.io, a jeho hlavní funkcí je „NFT Rarity Ranking extension“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření NFT Rarity Rankings

Stáhněte si soubory rozšíření NFT Rarity Rankings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The extension allows you to see the rarity ranks of NFT collections directly on OpenSea and LooksRare without switching tabs.

Thanks to this extension by metarankings.io, you can easily find rare NFTs to snipe at a bargain. Rarity ranks are calculated accurately using the latest trait normalization formulas. New NFT collections are added regularly.

Note: All displayed data cannot be considered as financial or professional advice. Always do your own research.                    

Základní Informace o Rozšíření

Název NFT Rarity Rankings NFT Rarity Rankings
ID engegbgphkcjojbnhlnllfchpakednpe
Oficiální URL https://chromewebstore.google.com/detail/nft-rarity-rankings/engegbgphkcjojbnhlnllfchpakednpe
Popis NFT Rarity Ranking extension
Velikost souboru 468 KB
Počet instalací 1,661
Aktuální Verze 2.3.7
Poslední Aktualizace 2022-02-02
Datum Vydání 2021-11-16
Hodnocení 3.79/5 Celkem 14 Hodnocení
Vývojář metarankings.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.metarankings.io
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NFT Rarity Rankings",
    "version": "2.3.7",
    "description": "NFT Rarity Ranking extension",
    "content_scripts": [
        {
            "css": [
                "css\/styles.css",
                "css\/traitNormToggle.css",
                "css\/ranks.css"
            ],
            "js": [
                "libraries\/jquery-3.6.0.min.js",
                "js\/main.js",
                "js\/content.js",
                "js\/ranks.js",
                "js\/utils.js"
            ],
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/looksrare.org\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/banner_last.png",
                "images\/banner.png",
                "images\/twitter.png"
            ],
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/looksrare.org\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    }
}