aJPG - Solana Rarity

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

aJPG - Solana Rarity là gì?

aJPG - Solana Rarity là một tiện ích mở rộng Chrome được phát triển bởi https://ajpg.com, và tính năng chính của nó là "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng aJPG - Solana Rarity

Tải xuống các tệp mở rộng aJPG - Solana Rarity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên aJPG - Solana Rarity aJPG - Solana Rarity
ID ecffebodldehdddapccobnoinlomgflo
URL Chính Thức https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo
Mô tả aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
Kích Thước Tệp 38.31 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2022-07-03
Ngày Phát Hành 2022-03-06
Nhà Phát Triển https://ajpg.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rarity.ajpg.com/
URL Trang Chính Sách Bảo Mật https://rarity.ajpg.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}