WalletChat

The NFT Social Layer

Qu'est-ce que WalletChat ?

WalletChat est une extension Chrome développée par walletchatextension, et sa fonction principale est "The NFT Social Layer".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WalletChat

Téléchargez les fichiers d'extension WalletChat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom WalletChat WalletChat
ID cagioajkfaodnmocikaceihiobbcnime
URL Officiel https://chromewebstore.google.com/detail/walletchat/cagioajkfaodnmocikaceihiobbcnime
Description The NFT Social Layer
Taille du Fichier 10.94 MB
Nombre d'Installations 45
Version Actuelle 2.1.1
Dernière Mise à Jour 2022-10-18
Date de Publication 2022-05-25
Évaluation 5.00/5 Total 4 Évaluations
Développeur walletchatextension
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/b7c2a20d-b279-4d2f-a325-e66ca6051703
Langues Prises en Charge 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"
}