AlphaSharks

Enhance your OpenSea experience with rarity ranks and live analytics.

AlphaSharks là gì?

AlphaSharks là một tiện ích mở rộng Chrome được phát triển bởi AlphaSharks, và tính năng chính của nó là "Enhance your OpenSea experience with rarity ranks and live analytics.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng AlphaSharks 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

                        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!                    

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

Tên AlphaSharks AlphaSharks
ID jijhbhmdkjehdkjfaoocchdlknhicjpj
URL Chính Thức https://chromewebstore.google.com/detail/alphasharks/jijhbhmdkjehdkjfaoocchdlknhicjpj
Mô tả Enhance your OpenSea experience with rarity ranks and live analytics.
Kích Thước Tệp 8.21 MB
Số Lần Cài Đặt 8,667
Phiên Bản Hiện Tại 1.90.6
Cập Nhật Lần Cuối 2023-07-06
Ngày Phát Hành 2022-08-22
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển AlphaSharks
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://vue.alphasharks.io/
URL Trang Chính Sách Bảo Mật https://vue.alphasharks.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}