aJPG - Solana Rarity

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

Co je aJPG - Solana Rarity?

aJPG - Solana Rarity je rozšíření Chrome vyvinuté https://ajpg.com, a jeho hlavní funkcí je „aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření aJPG - Solana Rarity

Stáhněte si soubory rozšíření aJPG - Solana Rarity ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název aJPG - Solana Rarity aJPG - Solana Rarity
ID ecffebodldehdddapccobnoinlomgflo
Oficiální URL https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo
Popis aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
Velikost souboru 38.31 KB
Počet instalací 25
Aktuální Verze 1.2.1
Poslední Aktualizace 2022-07-03
Datum Vydání 2022-03-06
Vývojář https://ajpg.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://rarity.ajpg.com/
URL Stránky Zásad Ochrany Soukromí https://rarity.ajpg.com/privacy-policy.html
Podporované Jazyky 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"
    }
}