Seamore

Identify NFTs rarity

Seamore là gì?

Seamore là một tiện ích mở rộng Chrome được phát triển bởi Lumx Studios, và tính năng chính của nó là "Identify NFTs rarity".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Seamore

Tải xuống các tệp mở rộng Seamore dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Seamore Seamore
ID knlejcekebcafdhnjpboplhpkbhdehcm
URL Chính Thức https://chromewebstore.google.com/detail/seamore/knlejcekebcafdhnjpboplhpkbhdehcm
Mô tả Identify NFTs rarity
Kích Thước Tệp 606 KB
Số Lần Cài Đặt 321
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2022-09-16
Ngày Phát Hành 2022-04-04
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Lumx Studios
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}