Rarity.Garden - NFT rarity rankings

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

Qu'est-ce que Rarity.Garden - NFT rarity rankings ?

Rarity.Garden - NFT rarity rankings est une extension Chrome développée par Rarity.Garden, et sa fonction principale est "Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Rarity.Garden - NFT rarity rankings

Téléchargez les fichiers d'extension Rarity.Garden - NFT rarity rankings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Rarity.Garden - NFT rarity rankings Rarity.Garden - NFT rarity rankings
ID dcnimhffphifdpldahpdmmbkkhcpleeg
URL Officiel https://chromewebstore.google.com/detail/raritygarden-nft-rarity-r/dcnimhffphifdpldahpdmmbkkhcpleeg
Description Free extension that displays rankings, floors and scores from Rarity.Garden directly on OpenSea.
Taille du Fichier 103 KB
Nombre d'Installations 88
Version Actuelle 1.0.7
Dernière Mise à Jour 2022-05-31
Date de Publication 2022-04-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur Rarity.Garden
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rarity.garden
URL de la Page d'Aide https://discord.gg/Ur8XGaurSd
Langues Prises en Charge 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"
    }
}