SeaFloor

A browser extension by SeaFloor that lets you check the latest stats for your NFTs.

SeaFloorとは何ですか?

SeaFloorはSeaFloorによって開発されたChromeの拡張機能で、その主な機能は「A browser extension by SeaFloor that lets you check the latest stats for your NFTs.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Latest SeaFloor extension that will allow users to check latest status for NFTs at OpenSea. It will show the rarity score and rank and its trading volume, and so much more.                    

拡張機能の基本情報

名前 SeaFloor SeaFloor
ID hnfikimmejnoigenobgcjmcampcmcgpl
公式URL https://chromewebstore.google.com/detail/seafloor/hnfikimmejnoigenobgcjmcampcmcgpl
説明 A browser extension by SeaFloor that lets you check the latest stats for your NFTs.
ファイルサイズ 549 KB
インストール数 207
現在のバージョン 0.7.3
最終更新日 2021-09-25
公開日 2021-09-06
開発者 SeaFloor
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://seafloor.io
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A browser extension by SeaFloor that lets you check the latest stats for your NFTs.",
    "version": "0.7.3",
    "manifest_version": 3,
    "name": "SeaFloor",
    "options_page": "options.html",
    "author": "SeaFloor",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.opensea.io\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/localhost:3009\/*",
        "https:\/\/www.seafloor.gq\/*"
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self'"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "puff.svg",
                "arrow-down.svg",
                "arrow-up.svg",
                "arrow-change-up.svg",
                "sort.svg",
                "ether.svg",
                "sample-banner.jpg"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}