WalletChat

The NFT Social Layer

¿Qué es WalletChat?

WalletChat es una extensión de Chrome desarrollada por walletchatextension, y su función principal es "The NFT Social Layer".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión WalletChat

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

                        WalletChat is building the NFT social layer. 
Ever wanted to directly, anonymously message an NFT owner and start a discussion?  WalletChat is for you!

An extension that sits on top of any page, bringing chat & more to your fingertips.

Features:

- Login with web3 & direct message any wallet or ENS on Ethereum, with read receipts
- When viewing an NFT in your browser, DM the NFT's owner in a thread with the NFT's contextual information attached
- Leave public comments on an NFT, visible to anyone

Follow & contact us on twitter - https://twitter.com/wallet_chat ⚡🚀                    

Información Básica de la Extensión

Nombre WalletChat WalletChat
ID cagioajkfaodnmocikaceihiobbcnime
URL Oficial https://chromewebstore.google.com/detail/walletchat/cagioajkfaodnmocikaceihiobbcnime
Descripción The NFT Social Layer
Tamaño del Archivo 10.94 MB
Cantidad de Instalaciones 45
Versión Actual 2.1.1
Última Actualización 2022-10-18
Fecha de Publicación 2022-05-25
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador walletchatextension
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/b7c2a20d-b279-4d2f-a325-e66ca6051703
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WalletChat",
    "description": "The NFT Social Layer",
    "version": "2.1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open WalletChat popup"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage",
        "tabs",
        "alarms"
    ],
    "icons": {
        "512": "logo512.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "modal.html"
            ],
            "matches": [
                "*:\/\/*.looksrare.org\/*",
                "*:\/\/*.x2y2.io\/*",
                "*:\/\/*.opensea.io\/*"
            ]
        }
    ],
    "devtools_page": "index.html"
}