Rarity.Garden - NFT rarity rankings

Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.

Hvad er Rarity.Garden - NFT rarity rankings?

Rarity.Garden - NFT rarity rankings er en Chrome-udvidelse udviklet af Rarity.Garden, og dens hovedfunktion er "Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Rarity.Garden - NFT rarity rankings-udvidelses-CRX-fil

Download Rarity.Garden - NFT rarity rankings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        If you need a free and easy-to-use tool to check your NFT rarities and rankings right on OpenSea, this is the solution for you. 

There is literally no setup required - just install and you are good to go.

This extension displays rankings wherever possible on OpenSea, including Activity (sales) and NFT details.

Besides rankings this extension also displays the current floor for the collection of each NFT.

Please note that only collections listed on https://rarity.garden are supported. Feel free to request a listing on our website or in our Discord.                    

Grundlæggende oplysninger om udvidelsen

Navn Rarity.Garden - NFT rarity rankings Rarity.Garden - NFT rarity rankings
ID dcnimhffphifdpldahpdmmbkkhcpleeg
Officiel URL https://chromewebstore.google.com/detail/raritygarden-nft-rarity-r/dcnimhffphifdpldahpdmmbkkhcpleeg
Beskrivelse Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.
Filstørrelse 103 KB
Antal Installationer 88
Nuværende Version 1.0.7
Senest Opdateret 2022-05-31
Udgivelsesdato 2022-04-12
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Rarity.Garden
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://rarity.garden
Hjælpeside-URL https://discord.gg/Ur8XGaurSd
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rarity.Garden - NFT rarity rankings",
    "version": "1.0.7",
    "description": "Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/content.js",
                "js\/jquery-3.6.0.slim.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}