NFT Unmasked
NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.
NFT Unmasked란 무엇입니까?
NFT Unmasked은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea."입니다.
확장 프로그램 스크린샷
NFT Unmasked 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NFT Unmasked helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea. Additionally, we provide you tools to become a more effective NFT trader. Rarity rankings showed right on top of the item on OpenSea; Color coding of the results - wanna see the Hot results (highest ranks) - look for the gold ones. Request collections that are not yet indexed and have no rarity score yet, and they will be available soon! Check out https://www.nftunmasked.io for more tools such as a bidding bot, mint bot, or deal sniper!
확장 프로그램 기본 정보
이름 | NFT Unmasked |
ID | lejnfkncaeobbbiaklhdcliffcdkocla |
공식 URL | https://chromewebstore.google.com/detail/nft-unmasked/lejnfkncaeobbbiaklhdcliffcdkocla |
설명 | NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea. |
파일 크기 | 145 KB |
설치 횟수 | 22 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-05-13 |
출시 날짜 | 2022-05-13 |
평점 | 5.00/5 총 20 개의 평점 |
개발자 | Unknown |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.nftunmasked.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NFT Unmasked", "version": "1.0.0", "manifest_version": 3, "description": "NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.", "homepage_url": "http:\/\/www.nftunmasked.io", "icons": { "192": "icons\/logo192.png", "512": "icons\/logo512.png" }, "default_locale": "en", "background": { "service_worker": "src\/bg\/background.js" }, "permissions": [ "https:\/\/opensea.io\/*", "https:\/\/www.opensea.io\/*" ], "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*", "https:\/\/www.opensea.io\/*" ], "js": [ "src\/inject\/inject.js" ], "css": [ "src\/css\/loader.css", "src\/css\/styles.css" ] } ] } |