WalletChat

The NFT Social Layer

ما هو WalletChat؟

WalletChat هو إضافة Chrome تم تطويرها بواسطة walletchatextension، والميزة الرئيسية لها هي "The NFT Social Layer".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة WalletChat

قم بتنزيل ملفات الامتداد WalletChat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
}