SeaFloor
A browser extension by SeaFloor that lets you check the latest stats for your NFTs.
SeaFloor क्या है?
SeaFloor SeaFloor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension by SeaFloor that lets you check the latest stats for your NFTs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SeaFloor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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": [ " |