Parrot: Solana NFT Sniper
The Parrot: Solana NFT Sniper extension notifies you when to buy and sell Solana NFTs. You can set up notifications for the…
Parrot: Solana NFT Sniper란 무엇입니까?
Parrot: Solana NFT Sniper은(는) https://prosperousparrots.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Parrot: Solana NFT Sniper extension notifies you when to buy and sell Solana NFTs. You can set up notifications for the…"입니다.
확장 프로그램 스크린샷
Parrot: Solana NFT Sniper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Parrot: Solana NFT Sniper extension notifies you when to buy and sell Solana NFTs. You can set up notifications for the following scenarios: ◎ When a new NFT listing appears on any marketplace under a specific price so you can snipe from paperhands. ◎ When a new NFT listing appears with specific trait(s) under a certain price so you can snipe a rare one for cheap. ◎ When the Floor Price of a specific NFT Collection rises so you can dump your bags. ◎ When the Floor Price of a specific NFT Collection dumps so you can paperhand your NFTs if needed. ◎ Find historical sales data for NFTs with specific traits (so you can see what the actual selling price was for your rare NFT in the past few days/weeks/months not just the "Floor Price" of that trait). How it works: Browse projects on Hyperspace.xyz, find the collection you are interested in. If you are looking specific traits select them on Hyperspace first. Open our extension. Have fun. Free from the Parrot team.
확장 프로그램 기본 정보
이름 | Parrot: Solana NFT Sniper |
ID | bcdlklpjafjhegmkcnopkbkchclhafbd |
공식 URL | https://chromewebstore.google.com/detail/parrot-solana-nft-sniper/bcdlklpjafjhegmkcnopkbkchclhafbd |
설명 | The Parrot: Solana NFT Sniper extension notifies you when to buy and sell Solana NFTs. You can set up notifications for the… |
파일 크기 | 1.13 MB |
설치 횟수 | 1,027 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2022-11-06 |
출시 날짜 | 2022-04-01 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://prosperousparrots.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.prosperousparrots.com |
도움말 페이지 URL | http://www.prosperousparrots.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Parrot Sniper", "name": "Parrot: Solana NFT Sniper", "version": "0.1.1", "manifest_version": 3, "description": "", "icons": { "192": ".\/logo192.png" }, "permissions": [ "storage", "tabs", "webRequest", "notifications", "activeTab", "webRequest", "https:\/\/beta.api.hyperspace.xyz\/graphql" ], "host_permissions": [ "https:\/\/*.hyperspace.xyz\/*", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/hyperspace.xyz\/*", "https:\/\/*.api.mixpanel.com\/*", "https:\/\/api.mixpanel.com\/*", "https:\/\/*.mixpanel.com\/*" ], "background": { "service_worker": "static\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.hyperspace.xyz\/*", "https:\/\/*.mixpanel.com\/*" ], "js": [ "static\/js\/content.js" ] } ], "action": { "default_title": "Mint", "default_popup": "index.html" }, "content_security_policy": { "script-src": [ "self", "unsafe-eval", "https:\/\/api.mixpanel.com" ], "object-src": "self" } } |