OpenSea Wallet-To-Wallet Messenger by Ssuper

Secure, safe, and free wallet-to-wallet messenger for OpenSea by Ssuper.

¿Qué es OpenSea Wallet-To-Wallet Messenger by Ssuper?

OpenSea Wallet-To-Wallet Messenger by Ssuper es una extensión de Chrome desarrollada por http://ssuper.co, y su función principal es "Secure, safe, and free wallet-to-wallet messenger for OpenSea by Ssuper.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OpenSea Wallet-To-Wallet Messenger by Ssuper

Descarga archivos de extensión OpenSea Wallet-To-Wallet Messenger by Ssuper 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

                        OpenSea x Ssuper Chrome extension is the safe, secure, and free wallet-to-wallet messenger for OpenSea. 

Go to any profile page on OpenSea and instantly message their wallet from your browser. 

Our secure Web3 Messenger is also available on iOS, Android, and the Web. Communicate with your NFT frens anywhere, anytime: 

iOS: https://apps.apple.com/us/app/ssuper/id1575109054
Android: https://play.google.com/store/apps/details?id=com.ssuper.ssuper
Web: https://app.ssuper.co/

We are open-source, and welcome any and all community contributions.

Github: https://github.com/ollanoinc/ssuper-extension

For any questions, feel free to DM our wallet: https://app.ssuper.co/message/0x62e5946d8e53ba774256e9cfb7e5eb66317697dd                    

Información Básica de la Extensión

Nombre OpenSea Wallet-To-Wallet Messenger by Ssuper OpenSea Wallet-To-Wallet Messenger by Ssuper
ID cagphhjmecfbdpfafckgdakebbekmbgc
URL Oficial https://chrome.google.com/webstore/detail/opensea-wallet-to-wallet/cagphhjmecfbdpfafckgdakebbekmbgc
Descripción Secure, safe, and free wallet-to-wallet messenger for OpenSea by Ssuper.
Tamaño del Archivo 470 KB
Cantidad de Instalaciones 24
Versión Actual 1.0.0
Última Actualización 2022-03-23
Fecha de Publicación 2022-03-23
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador http://ssuper.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.ssuper.co/
URL de la Página de Política de Privacidad https://api.ssuper.co/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenSea Wallet-To-Wallet Messenger by Ssuper",
    "description": "Secure, safe, and free wallet-to-wallet messenger for OpenSea by Ssuper.",
    "version": "1.0.0",
    "permissions": [
        "scripting"
    ],
    "homepage_url": "https:\/\/ssuper.co",
    "action": {
        "default_title": "OpenSea Wallet-To-Wallet Messenger by Ssuper",
        "default_icon": {
            "32": "assets\/icon_32.png",
            "72": "assets\/icon_72.png",
            "128": "assets\/icon_128.png",
            "512": "assets\/icon_512.png"
        }
    },
    "icons": {
        "32": "assets\/icon_32.png",
        "72": "assets\/icon_72.png",
        "128": "assets\/icon_128.png",
        "512": "assets\/icon_512.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/opensea.io\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/opensea.io\/*"
            ]
        }
    ]
}