OpenSea Plus
Get more out of OpenSea with our free extension
Qu'est-ce que OpenSea Plus ?
OpenSea Plus est une extension Chrome développée par OpenSeaPlus, et sa fonction principale est "Get more out of OpenSea with our free extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OpenSea Plus
Téléchargez les fichiers d'extension OpenSea Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OpenSea Plus |
ID | gppjdeelhcpegjlfgfjnbeljgbcejbmp |
URL Officiel | https://chromewebstore.google.com/detail/opensea-plus/gppjdeelhcpegjlfgfjnbeljgbcejbmp |
Description | Get more out of OpenSea with our free extension |
Taille du Fichier | 66.75 KB |
Nombre d'Installations | 3,134 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-03-17 |
Date de Publication | 2021-03-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | OpenSeaPlus |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |