aJPG - Solana Rarity

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

Co to jest aJPG - Solana Rarity?

aJPG - Solana Rarity to rozszerzenie Chrome opracowane przez https://ajpg.com, a jego główną funkcją jest „aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia aJPG - Solana Rarity

Pobierz pliki rozszerzeń aJPG - Solana Rarity w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa aJPG - Solana Rarity aJPG - Solana Rarity
ID ecffebodldehdddapccobnoinlomgflo
Oficjalny URL https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo
Opis aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
Rozmiar pliku 38.31 KB
Liczba instalacji 25
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2022-07-03
Data Publikacji 2022-03-06
Deweloper https://ajpg.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://rarity.ajpg.com/
Adres URL Strony Polityki Prywatności https://rarity.ajpg.com/privacy-policy.html
Obsługiwane Języki 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"
    }
}