OpenSea Plus
Get more out of OpenSea with our free extension
¿Qué es OpenSea Plus?
OpenSea Plus es una extensión de Chrome desarrollada por OpenSeaPlus, y su función principal es "Get more out of OpenSea with our free extension".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión OpenSea Plus
Descarga archivos de extensión OpenSea Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | OpenSea Plus |
ID | gppjdeelhcpegjlfgfjnbeljgbcejbmp |
URL Oficial | https://chromewebstore.google.com/detail/opensea-plus/gppjdeelhcpegjlfgfjnbeljgbcejbmp |
Descripción | Get more out of OpenSea with our free extension |
Tamaño del Archivo | 66.75 KB |
Cantidad de Instalaciones | 3,134 |
Versión Actual | 1.0 |
Última Actualización | 2021-03-17 |
Fecha de Publicación | 2021-03-17 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | OpenSeaPlus |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |