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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
개인정보 보호 정책 페이지 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"
    }
}