SeaFloor

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

SeaFloorคืออะไร?

SeaFloor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SeaFloor และคุณลักษณะหลักของมันคือ "A browser extension by SeaFloor that lets you check the latest stats for your NFTs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SeaFloor

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
        }
    ]
}