aJPG - Solana Rarity

aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io

Qu'est-ce que aJPG - Solana Rarity ?

aJPG - Solana Rarity est une extension Chrome développée par https://ajpg.com, et sa fonction principale est "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension aJPG - Solana Rarity

Téléchargez les fichiers d'extension aJPG - Solana Rarity 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

                        Have you ever jumped between magiceden and rarity in order to see the rarity of an NFT? Rejoice! With this extension installed you won't have to do that. We're constantly updating our api to match the data and you can stay on magiceden while knowing the rarity of each item in the collection.                    

Informations de Base sur l'Extension

Nom aJPG - Solana Rarity aJPG - Solana Rarity
ID ecffebodldehdddapccobnoinlomgflo
URL Officiel https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo
Description aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
Taille du Fichier 38.31 KB
Nombre d'Installations 25
Version Actuelle 1.2.1
Dernière Mise à Jour 2022-07-03
Date de Publication 2022-03-06
Développeur https://ajpg.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rarity.ajpg.com/
URL de la Page de Politique de Confidentialité https://rarity.ajpg.com/privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "aJPG - Solana Rarity",
    "description": "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io",
    "version": "1.2.1",
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png"
    },
    "action": {
        "default_icon": {
            "32": "images\/favicon-32x32.png"
        },
        "default_title": "aJPG - Solana Rarity"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/magiceden.io\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "css\/rank.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}