AlphaSharks
Enhance your OpenSea experience with rarity ranks and live analytics.
AlphaSharks란 무엇입니까?
AlphaSharks은(는) AlphaSharks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your OpenSea experience with rarity ranks and live analytics."입니다.
확장 프로그램 스크린샷
AlphaSharks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhance your OpenSea experience with rarity ranks and live analytics. Features: 1. 2. Floor Data & Rarity ranks. View ranks overlay as soon as collection is revealed with their floor prices. (Free) 2. Realtime Stats bar shows you highly accurate data of over 150,000+ collections on OpenSea. This data includes, collection supply, holders, royalties, volumes insights, etc. (Members Only) 3. Trait Breakdown, Floor and Delta information. Each NFT has different traits, now you can see floor of all available traits of a collection with their delta prices. (Members Only) 4. One Click Buy. Improve your buying experience on opensea with quick buy and custom gas. (Members Only) And much more features to come!
확장 프로그램 기본 정보
이름 | AlphaSharks |
ID | jijhbhmdkjehdkjfaoocchdlknhicjpj |
공식 URL | https://chromewebstore.google.com/detail/alphasharks/jijhbhmdkjehdkjfaoocchdlknhicjpj |
설명 | Enhance your OpenSea experience with rarity ranks and live analytics. |
파일 크기 | 8.21 MB |
설치 횟수 | 8,667 |
현재 버전 | 1.90.6 |
최근 업데이트 | 2023-07-06 |
출시 날짜 | 2022-08-22 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | AlphaSharks |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://vue.alphasharks.io/ |
개인정보 보호 정책 페이지 URL | https://vue.alphasharks.io/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AlphaSharks", "description": "Enhance your OpenSea experience with rarity ranks and live analytics.", "version": "1.90.6", "minimum_chrome_version": "93", "manifest_version": 3, "action": { "icons": { "128": "icon.png" }, "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "static\/js\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "static\/js\/background.js" }, "host_permissions": [ "https:\/\/*.opensea.io\/*" ], "icons": { "128": "icon.png" }, "web_accessible_resources": [ { "resources": [ "static\/js\/pageContextInject.js" ], "matches": [ "https:\/\/opensea.io\/*" ] }, { "resources": [ "static\/js\/olyv_script.js" ], "matches": [ "https:\/\/opensea.io\/*" ] }, { "resources": [ "notification.mp3" ], "matches": [ "https:\/\/*.opensea.io\/*" ] }, { "resources": [ "up_trend.svg", "whale.svg", "*.png", "*.svg" ], "matches": [ "https:\/\/*.opensea.io\/*" ] } ], "permissions": [ "storage", "activeTab" ] } |