NFT Rank

List NFT Rank

NFT Rank là gì?

NFT Rank là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "List NFT Rank".

Ả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 NFT Rank

Tải xuống các tệp mở rộng NFT Rank 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

                        A tool that can see the current NFT ranking in real time. When you browse https://opensea.io, the ranking data comes from https://rarity.tools/.
join the discord: https://discord.com/invite/VHd2SRpx for support.                    

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

Tên NFT Rank NFT Rank
ID feobohmmpphfgpcjdcikdmmbcglicgif
URL Chính Thức https://chromewebstore.google.com/detail/nft-rank/feobohmmpphfgpcjdcikdmmbcglicgif
Mô tả List NFT Rank
Kích Thước Tệp 52.74 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2022-03-18
Ngày Phát Hành 2021-12-17
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.waytoweb3.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NFT Rank",
    "description": "List NFT Rank",
    "version": "1.2.4",
    "author": "icoinguide",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/www.waytoweb3.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/opensea.io\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}