WalletChat

The NFT Social Layer

Cos'è WalletChat?

WalletChat è un'estensione di Chrome sviluppata da walletchatextension, e la sua funzione principale è "The NFT Social Layer".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WalletChat

Scarica i file di estensione WalletChat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 ⚡🚀                    

Informazioni di Base sull'Estensione

Nome WalletChat WalletChat
ID cagioajkfaodnmocikaceihiobbcnime
URL Ufficiale https://chromewebstore.google.com/detail/walletchat/cagioajkfaodnmocikaceihiobbcnime
Descrizione The NFT Social Layer
Dimensione del File 10.94 MB
Conteggio Installazioni 45
Versione Corrente 2.1.1
Ultimo Aggiornamento 2022-10-18
Data di Pubblicazione 2022-05-25
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore walletchatextension
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/b7c2a20d-b279-4d2f-a325-e66ca6051703
Lingue Supportate 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"
}