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 |
Eメール | [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" ] } |