aJPG - Solana Rarity

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

What is aJPG - Solana Rarity?

aJPG - Solana Rarity is a Chrome extension developed by https://ajpg.com, and its main feature is "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".

Extension Screenshots

screenshot

Download aJPG - Solana Rarity Extension CRX File

Download aJPG - Solana Rarity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name aJPG - Solana Rarity aJPG - Solana Rarity
ID ecffebodldehdddapccobnoinlomgflo
Official URL https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo
Description aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
File Size 38.31 KB
Installation Count 25
Current Version 1.2.1
Last Updated 2022-07-03
Publish Date 2022-03-06
Developer https://ajpg.com
Email [email protected]
Payment Type free
Extension Website https://rarity.ajpg.com/
Privacy Policy Page URL https://rarity.ajpg.com/privacy-policy.html
Supported Languages 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"
    }
}