aJPG - Solana Rarity

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

Wat is aJPG - Solana Rarity?

aJPG - Solana Rarity is een Chrome-extensie ontwikkeld door https://ajpg.com, en de belangrijkste functie is "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie aJPG - Solana Rarity

Download aJPG - Solana Rarity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam aJPG - Solana Rarity aJPG - Solana Rarity
ID ecffebodldehdddapccobnoinlomgflo
Officiële URL https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo
Beschrijving aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
Bestandsgrootte 38.31 KB
Aantal Installaties 25
Huidige Versie 1.2.1
Laatst Bijgewerkt 2022-07-03
Publicatiedatum 2022-03-06
Ontwikkelaar https://ajpg.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rarity.ajpg.com/
URL van de Privacybeleid Pagina https://rarity.ajpg.com/privacy-policy.html
Ondersteunde Talen 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"
    }
}