NFTier Chrome Extension

NFTier Rarity Engine Chrome Extension

NFTier Chrome Extensionคืออะไร?

NFTier Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nftier.tech และคุณลักษณะหลักของมันคือ "NFTier Rarity Engine Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NFTier Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
        }
    ]
}