NFTSniper
Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.
NFTSniper란 무엇입니까?
NFTSniper은(는) bestshow202208에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages."입니다.
확장 프로그램 스크린샷
NFTSniper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The NFT market changes all the time, you need a tool to keep an eye on those important NFTs, NFTSniper will help you: - Monitor the floor price changes of a collection and remind them by email; - Monitor the activity of a single blue-chip nft, such as list, price cuts, canceled list, transfer, etc., and send reminder emails. - The monitoring conditions are user-defined and the rules are flexible.
확장 프로그램 기본 정보
이름 | NFTSniper |
ID | eleppdebedciaglcmfdpmkpjkpoomjpg |
공식 URL | https://chromewebstore.google.com/detail/nftsniper/eleppdebedciaglcmfdpmkpjkpoomjpg |
설명 | Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages. |
파일 크기 | 103 KB |
설치 횟수 | 50 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2022-12-20 |
출시 날짜 | 2022-08-03 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | bestshow202208 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bestshow.io/#/Home |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NFTSniper", "description": "Monitor NFT's floor price, list, sell and other activity at any time, and receive reminder messages.", "version": "1.2.2", "icons": { "16": "static\/bs.png", "48": "static\/bs.png", "128": "static\/bs.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "myscript.js" ], "matches": [ "https:\/\/bestshow.io\/*" ], "run_at": "document_idle" } ], "permissions": [ "storage", "alarms" ], "action": { "default_icon": "static\/bs.png", "default_title": "NFTSniper - Watchlist", "default_popup": "popup.html" } } |