NFTier Chrome Extension

NFTier Rarity Engine Chrome Extension

Wat is NFTier Chrome Extension?

NFTier Chrome Extension is een Chrome-extensie ontwikkeld door https://nftier.tech, en de belangrijkste functie is "NFTier Rarity Engine Chrome Extension".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie NFTier Chrome Extension

Download NFTier Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam NFTier Chrome Extension NFTier Chrome Extension
ID maajkakfmehcdemcbhhjdookfhcjpoml
Officiële URL https://chromewebstore.google.com/detail/nftier-chrome-extension/maajkakfmehcdemcbhhjdookfhcjpoml
Beschrijving NFTier Rarity Engine Chrome Extension
Bestandsgrootte 737 KB
Aantal Installaties 733
Huidige Versie 2.2
Laatst Bijgewerkt 2022-12-05
Publicatiedatum 2022-01-05
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://nftier.tech
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://nftier.tech/
Help Pagina-URL https://twitter.com/NFTierTech
URL van de Privacybeleid Pagina https://nftier.tech/privacy-policy
Ondersteunde Talen 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": []
        }
    ]
}