NFTier Chrome Extension

NFTier Rarity Engine Chrome Extension

Qu'est-ce que NFTier Chrome Extension ?

NFTier Chrome Extension est une extension Chrome développée par https://nftier.tech, et sa fonction principale est "NFTier Rarity Engine Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NFTier Chrome Extension

Téléchargez les fichiers d'extension NFTier Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom NFTier Chrome Extension NFTier Chrome Extension
ID maajkakfmehcdemcbhhjdookfhcjpoml
URL Officiel https://chromewebstore.google.com/detail/nftier-chrome-extension/maajkakfmehcdemcbhhjdookfhcjpoml
Description NFTier Rarity Engine Chrome Extension
Taille du Fichier 737 KB
Nombre d'Installations 733
Version Actuelle 2.2
Dernière Mise à Jour 2022-12-05
Date de Publication 2022-01-05
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://nftier.tech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nftier.tech/
URL de la Page d'Aide https://twitter.com/NFTierTech
URL de la Page de Politique de Confidentialité https://nftier.tech/privacy-policy
Langues Prises en Charge 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": []
        }
    ]
}