OpenSea Extended

OpenSea Extended is a extension for OpenSea who gives way more power to the user!

¿Qué es OpenSea Extended?

OpenSea Extended es una extensión de Chrome desarrollada por https://opensea-extended.com, y su función principal es "OpenSea Extended is a extension for OpenSea who gives way more power to the user!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OpenSea Extended

Descarga archivos de extensión OpenSea Extended 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

                        By offering a powerful free extension to deal with OpenSea we allow everyone to have a shot to win on the NFT world.
We don't give just and advantage, we offer a wide set of tools who will make you win if you're smart using it!


Features:
 - Rarity and Rank
 - More information about NFTs
 - Quick buy

Coming soon:
 - Notifications
 - Cache refresh
 - Meta refresh
 And much more for FREE

Feature requests? Access our discord: https://bit.ly/3rujGA5                    

Información Básica de la Extensión

Nombre OpenSea Extended OpenSea Extended
ID ejojlbfkbdbdgfpackpkphpobgofmopd
URL Oficial https://chromewebstore.google.com/detail/opensea-extended/ejojlbfkbdbdgfpackpkphpobgofmopd
Descripción OpenSea Extended is a extension for OpenSea who gives way more power to the user!
Tamaño del Archivo 215 KB
Cantidad de Instalaciones 120
Versión Actual 1.0.2
Última Actualización 2022-02-10
Fecha de Publicación 2022-02-08
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://opensea-extended.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://opensea-extended.com
URL de la Página de Política de Privacidad https://impostonator.dkw.im/politica-de-privacidade.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenSea Extended",
    "description": "OpenSea Extended is a extension for OpenSea who gives way more power to the user!",
    "version": "1.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.opensea-extended.com\/*",
        "http:\/\/opensea-extended.com\/*",
        "https:\/\/opensea-extended.com\/*",
        "https:\/\/api.opensea-extended.com\/*",
        "http:\/\/api.opensea-extended.com\/*"
    ],
    "icons": {
        "512": "images\/logo-icon.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/opensea-extended.com\/*",
                "https:\/\/opensea-extended.com\/*",
                "https:\/\/opensea-extended.com:3000\/*",
                "http:\/\/opensea-extended.com:3000\/*",
                "https:\/\/opensea.io\/*",
                "http:\/\/opensea.io\/*"
            ],
            "css": [
                "content\/css\/bootstrap-iso.min.css",
                "content\/css\/ose.css"
            ],
            "js": [
                "content\/contentScript.js"
            ]
        }
    ]
}