WalletChat

The NFT Social Layer

WalletChatとは何ですか?

WalletChatはwalletchatextensionによって開発されたChromeの拡張機能で、その主な機能は「The NFT Social Layer」です。

拡張機能のスクリーンショット

screenshot
screenshot

WalletChat拡張機能のCRXファイルをダウンロード

WalletChat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 WalletChat WalletChat
ID cagioajkfaodnmocikaceihiobbcnime
公式URL https://chromewebstore.google.com/detail/walletchat/cagioajkfaodnmocikaceihiobbcnime
説明 The NFT Social Layer
ファイルサイズ 10.94 MB
インストール数 45
現在のバージョン 2.1.1
最終更新日 2022-10-18
公開日 2022-05-25
評価 5.00/5 合計 4 レビュー
開発者 walletchatextension
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/b7c2a20d-b279-4d2f-a325-e66ca6051703
対応言語 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"
}