NFTier Chrome Extension

NFTier Rarity Engine Chrome Extension

NFTier Chrome Extension là gì?

NFTier Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://nftier.tech, và tính năng chính của nó là "NFTier Rarity Engine Chrome Extension".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NFTier Chrome Extension

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

                        NFTier is an NFT Companion app. It allows you to view NFTs, their rarity, floor price, and traits. It primarily works in the Avalanche, and Fantom ecosystem, but is working to support collections in other chains like Ethereum, and HBAR.

It displays popular NFTs Collections in your wallet, stats about their treasury and the wallet's balances for popular rebase tokens like TIME, OHM, LOBIS, and BTRFLY.

Simply enter a valid eth based address that you want to track (eg: 0x9a0145d1b1b17293e7f722f80757d2b6489f0a4c)  or connect with compatible wallet through wallet connect from your phone.

This extension is published as v3 extension, and such, cannot manipulate dom elements, and does not interact with smart contracts directly (but rather, requests read-only data from the blockchain).                    

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

Tên NFTier Chrome Extension NFTier Chrome Extension
ID maajkakfmehcdemcbhhjdookfhcjpoml
URL Chính Thức https://chromewebstore.google.com/detail/nftier-chrome-extension/maajkakfmehcdemcbhhjdookfhcjpoml
Mô tả NFTier Rarity Engine Chrome Extension
Kích Thước Tệp 737 KB
Số Lần Cài Đặt 733
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2022-12-05
Ngày Phát Hành 2022-01-05
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://nftier.tech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nftier.tech/
URL Trang Trợ Giúp https://twitter.com/NFTierTech
URL Trang Chính Sách Bảo Mật https://nftier.tech/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "NFTier Rarity Engine Chrome Extension",
    "version": "2.2",
    "manifest_version": 3,
    "name": "NFTier Chrome Extension",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "favicon.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "128": "favicon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "favicon.png"
            ],
            "matches": []
        }
    ]
}