aJPG - Solana Rarity

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

ما هو aJPG - Solana Rarity؟

aJPG - Solana Rarity هو إضافة Chrome تم تطويرها بواسطة https://ajpg.com، والميزة الرئيسية لها هي "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة aJPG - Solana Rarity

قم بتنزيل ملفات الامتداد aJPG - Solana Rarity بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم aJPG - Solana Rarity aJPG - Solana Rarity
ID ecffebodldehdddapccobnoinlomgflo
عنوان URL الرسمي https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo
الوصف aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
حجم الملف 38.31 KB
عدد التثبيتات 25
النسخة الحالية 1.2.1
آخر تحديث 2022-07-03
تاريخ النشر 2022-03-06
المطور https://ajpg.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://rarity.ajpg.com/
عنوان صفحة سياسة الخصوصية https://rarity.ajpg.com/privacy-policy.html
اللغات المدعومة 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"
    }
}