aJPG - Solana Rarity

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

什么是aJPG - Solana Rarity?

aJPG - Solana Rarity是由https://ajpg.com开发的Chrome扩展程序,该扩展的主要功能是“aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io”。

扩展截图

screenshot

下载aJPG - Solana Rarity扩展crx文件

下载aJPG - Solana Rarity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/
隐私政策页面URL 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"
    }
}