WalletChat

The NFT Social Layer

WalletChatคืออะไร?

WalletChat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย walletchatextension และคุณลักษณะหลักของมันคือ "The NFT Social Layer"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WalletChat

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}