Seamore
Identify NFTs rarity
Seamore란 무엇입니까?
Seamore은(는) Lumx Studios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Identify NFTs rarity"입니다.
확장 프로그램 스크린샷
Seamore 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Seamore is a sniping and analytics tool created by Lumx Studios. With Seamore extension you'll be able to visualize Rarity and Price Estimation of NFTs on Opensea so you can get the best deals. Profit Indicator: Profit indication for whenever the listing price is lower than the estimated price. Price Estimator: Find out how much an NFT is worth based on our estimation algorithm prices nfts. Make great trades by sniping NFTs with the listing price below the estimated price.
확장 프로그램 기본 정보
이름 | Seamore |
ID | knlejcekebcafdhnjpboplhpkbhdehcm |
공식 URL | https://chromewebstore.google.com/detail/seamore/knlejcekebcafdhnjpboplhpkbhdehcm |
설명 | Identify NFTs rarity |
파일 크기 | 606 KB |
설치 횟수 | 321 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2022-09-16 |
출시 날짜 | 2022-04-04 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | Lumx Studios |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seamore", "description": "Identify NFTs rarity", "version": "1.1.4", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "main.js" ], "css": [ "seamore.css" ] } ], "permissions": [ "storage" ] } |