NFTier Chrome Extension

NFTier Rarity Engine Chrome Extension

什么是NFTier Chrome Extension?

NFTier Chrome Extension是由https://nftier.tech开发的Chrome扩展程序,该扩展的主要功能是“NFTier Rarity Engine Chrome Extension”。

扩展截图

screenshot
screenshot
screenshot

下载NFTier Chrome Extension扩展crx文件

下载NFTier Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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).                    

扩展基本信息

名称 NFTier Chrome Extension NFTier Chrome Extension
ID maajkakfmehcdemcbhhjdookfhcjpoml
官方URL https://chromewebstore.google.com/detail/nftier-chrome-extension/maajkakfmehcdemcbhhjdookfhcjpoml
简介 NFTier Rarity Engine Chrome Extension
文件大小 737 KB
安装次数 733
当前版本 2.2
更新时间 2022-12-05
上架时间 2022-01-05
评分 5.00/5 共5次评分
开发者 https://nftier.tech
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nftier.tech/
帮助页面URL https://twitter.com/NFTierTech
隐私政策页面URL https://nftier.tech/privacy-policy
支持的语言 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": []
        }
    ]
}