Shonen Junk - Rarity Tool

A tool for viewing official rarity in 3rd party NFT markets.

Shonen Junk - Rarity Tool là gì?

Shonen Junk - Rarity Tool là một tiện ích mở rộng Chrome được phát triển bởi ZombieBoy, và tính năng chính của nó là "A tool for viewing official rarity in 3rd party NFT markets.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Shonen Junk - Rarity Tool 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

                        This tool will allow users to view official Shonen Junk Rarity Ranking in OpenSea, LooksRare, Rarible, and Gem.                    

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

Tên Shonen Junk - Rarity Tool Shonen Junk - Rarity Tool
ID gmjljohhmciabchnmjjhnngoghjbcbjo
URL Chính Thức https://chromewebstore.google.com/detail/shonen-junk-rarity-tool/gmjljohhmciabchnmjjhnngoghjbcbjo
Mô tả A tool for viewing official rarity in 3rd party NFT markets.
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2022-11-28
Ngày Phát Hành 2022-04-20
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ZombieBoy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shonenjunk-meta.github.io
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shonen Junk - Rarity Tool",
    "description": "A tool for viewing official rarity in 3rd party NFT markets.",
    "version": "1.4",
    "manifest_version": 3,
    "author": "ZombieBoy",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}