Seamore
Identify NFTs rarity
什么是Seamore?
Seamore是由Lumx Studios开发的Chrome扩展程序,该扩展的主要功能是“Identify NFTs rarity”。
扩展截图
下载Seamore扩展crx文件
下载Seamore扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |