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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}