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
官方網址 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
電子郵箱 [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
        }
    ]
}