SeaFloor

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

What is SeaFloor?

SeaFloor is a Chrome extension developed by SeaFloor, and its main feature is "A browser extension by SeaFloor that lets you check the latest stats for your NFTs.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download SeaFloor Extension CRX File

Download SeaFloor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SeaFloor SeaFloor
ID hnfikimmejnoigenobgcjmcampcmcgpl
Official URL https://chromewebstore.google.com/detail/seafloor/hnfikimmejnoigenobgcjmcampcmcgpl
Description A browser extension by SeaFloor that lets you check the latest stats for your NFTs.
File Size 549 KB
Installation Count 207
Current Version 0.7.3
Last Updated 2021-09-25
Publish Date 2021-09-06
Developer SeaFloor
Email [email protected]
Payment Type free
Extension Website https://seafloor.io
Supported Languages 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
        }
    ]
}