SwapChat

Cross-platform messaging service.

SwapChat là gì?

SwapChat là một tiện ích mở rộng Chrome được phát triển bởi Generative Labs, Inc., và tính năng chính của nó là "Cross-platform messaging service.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SwapChat

Tải xuống các tệp mở rộng SwapChat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SwapChat SwapChat
ID cljogniamdljbpeapjdbdigbjmipfpgh
URL Chính Thức https://chromewebstore.google.com/detail/swapchat/cljogniamdljbpeapjdbdigbjmipfpgh
Mô tả Cross-platform messaging service.
Kích Thước Tệp 59.75 KB
Số Lần Cài Đặt 3,561
Phiên Bản Hiện Tại 1.0.11
Cập Nhật Lần Cuối 2022-09-15
Ngày Phát Hành 2022-02-01
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Generative Labs, Inc.
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}