NFTier Chrome Extension
NFTier Rarity Engine Chrome Extension
NFTier Chrome Extensionとは何ですか?
NFTier Chrome Extensionはhttps://nftier.techによって開発されたChromeの拡張機能で、その主な機能は「NFTier Rarity Engine Chrome Extension」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [] } ] } |