SwapChat

Cross-platform messaging service.

ما هو SwapChat؟

SwapChat هو إضافة Chrome تم تطويرها بواسطة Generative Labs, Inc.، والميزة الرئيسية لها هي "Cross-platform messaging service.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد SwapChat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Cross-platform chat messaging service that aims to make user messaging interoperable across different social platforms.                    

معلومات أساسية عن التمديد

الاسم SwapChat SwapChat
ID cljogniamdljbpeapjdbdigbjmipfpgh
عنوان URL الرسمي https://chromewebstore.google.com/detail/swapchat/cljogniamdljbpeapjdbdigbjmipfpgh
الوصف Cross-platform messaging service.
حجم الملف 59.75 KB
عدد التثبيتات 3,561
النسخة الحالية 1.0.11
آخر تحديث 2022-09-15
تاريخ النشر 2022-02-01
تقييم 5.00/5 مجموع تقييمات 4
المطور Generative Labs, Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SwapChat",
    "version": "1.0.11",
    "description": "Cross-platform messaging service.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "SwapChat",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content-scripts\/twitter.js",
                "js\/content-scripts\/discord.js",
                "js\/content-scripts\/traitsniper.js",
                "js\/content-scripts\/opensea.js"
            ],
            "css": [
                "css\/custom.css",
                "css\/discord.css",
                "css\/traitsniper.css",
                "css\/opensea.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*.png",
                "*:\/\/*\/*.jpg",
                "*:\/\/*\/*.gif",
                "*:\/\/*\/*.bmp"
            ],
            "js": [
                "js\/content-scripts\/twitter.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "https:\/\/chat.web3messaging.online\/",
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/chat.web3messaging.online",
    "omnibox": {
        "keyword": "go"
    },
    "default_locale": "en"
}