NFTier Chrome Extension
NFTier Rarity Engine Chrome Extension
Τι είναι το NFTier Chrome Extension;
Το NFTier Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nftier.tech, και η κύρια λειτουργία του είναι "NFTier Rarity Engine Chrome Extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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": [] } ] } |