aJPG - Solana Rarity

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

Was ist aJPG - Solana Rarity?

aJPG - Solana Rarity ist eine Chrome-Erweiterung, die von https://ajpg.com entwickelt wurde, und ihr Hauptmerkmal ist "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".

Erweiterungsscreenshots

screenshot

aJPG - Solana Rarity-Erweiterungs-CRX-Datei herunterladen

Laden Sie aJPG - Solana Rarity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name aJPG - Solana Rarity aJPG - Solana Rarity
ID ecffebodldehdddapccobnoinlomgflo
Offizielle URL https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo
Beschreibung aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
Dateigröße 38.31 KB
Installationsanzahl 25
Aktuelle Version 1.2.1
Letztes Update 2022-07-03
Veröffentlichungsdatum 2022-03-06
Entwickler https://ajpg.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rarity.ajpg.com/
URL der Datenschutzrichtlinien-Seite https://rarity.ajpg.com/privacy-policy.html
Unterstützte Sprachen 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"
    }
}