OpenSea Plus
Get more out of OpenSea with our free extension
OpenSea Plus क्या है?
OpenSea Plus OpenSeaPlus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get more out of OpenSea with our free extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OpenSea Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Dark Mode & more for OpenSea.io We have just released our first beta version of OpenSea Plus. Which is a Chrome extension to help you get more out of OpenSea. Of course as we know OpenSea is rapidly growing and the developers are super busy! Right now we only have two features because we are looking for feedback from YOU on what other features to add. Features 1. Dark Mode 2. Hide Others (hide listings from duplicate collections) Use our extension and let us know which other features you would like from OpenSea Plus! Note: We are no way affiliated with the OpenSea team. We are merely fans of OpenSea and are trying to help the community.
एक्सटेंशन की मूल जानकारी
नाम | OpenSea Plus |
ID | gppjdeelhcpegjlfgfjnbeljgbcejbmp |
आधिकारिक URL | https://chromewebstore.google.com/detail/opensea-plus/gppjdeelhcpegjlfgfjnbeljgbcejbmp |
विवरण | Get more out of OpenSea with our free extension |
फ़ाइल का आकार | 66.75 KB |
स्थापना संख्या | 3,134 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-03-17 |
प्रकाशन तिथि | 2021-03-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | OpenSeaPlus |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OpenSea Plus", "description": "Get more out of OpenSea with our free extension", "version": "1.0", "icons": { "128": "image\/icon.png" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/darkreader.js", "js\/content_script.js", "js\/search_filter.js" ], "matches": [ "https:\/\/opensea.io\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "image\/icon.png", "default_title": "OpenSea Plus", "default_popup": "html\/popup.html" }, "manifest_version": 2, "permissions": [ "storage", "activeTab", "tabs", "https:\/\/opensea.io\/*" ] } |