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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } ] } |