AlphaSharks

Enhance your OpenSea experience with rarity ranks and live analytics.

AlphaSharksとは何ですか?

AlphaSharksはAlphaSharksによって開発されたChromeの拡張機能で、その主な機能は「Enhance your OpenSea experience with rarity ranks and live analytics.」です。

拡張機能のスクリーンショット

screenshot
screenshot

AlphaSharks拡張機能のCRXファイルをダウンロード

AlphaSharks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 AlphaSharks AlphaSharks
ID jijhbhmdkjehdkjfaoocchdlknhicjpj
公式URL https://chromewebstore.google.com/detail/alphasharks/jijhbhmdkjehdkjfaoocchdlknhicjpj
説明 Enhance your OpenSea experience with rarity ranks and live analytics.
ファイルサイズ 8.21 MB
インストール数 8,667
現在のバージョン 1.90.6
最終更新日 2023-07-06
公開日 2022-08-22
評価 5.00/5 合計 5 レビュー
開発者 AlphaSharks
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://vue.alphasharks.io/
プライバシーポリシーページのURL https://vue.alphasharks.io/privacy-policy
対応言語 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"
    ]
}