WalletChat

The NFT Social Layer

O que é WalletChat?

WalletChat é uma extensão do Chrome desenvolvida por walletchatextension, e sua principal característica é "The NFT Social Layer".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WalletChat

Baixe arquivos de extensão WalletChat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome WalletChat WalletChat
ID cagioajkfaodnmocikaceihiobbcnime
URL Oficial https://chromewebstore.google.com/detail/walletchat/cagioajkfaodnmocikaceihiobbcnime
Descrição The NFT Social Layer
Tamanho do Arquivo 10.94 MB
Contagem de Instalações 45
Versão Atual 2.1.1
Última Atualização 2022-10-18
Data de Publicação 2022-05-25
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor walletchatextension
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/b7c2a20d-b279-4d2f-a325-e66ca6051703
Idiomas Suportados 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"
}