SwapChat

Cross-platform messaging service.

什么是SwapChat?

SwapChat是由Generative Labs, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Cross-platform messaging service.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载SwapChat扩展crx文件

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