WalletChat

The NFT Social Layer

WalletChat란 무엇입니까?

WalletChat은(는) walletchatextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The NFT Social Layer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

WalletChat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}