SwapChat

Cross-platform messaging service.

Was ist SwapChat?

SwapChat ist eine Chrome-Erweiterung, die von Generative Labs, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Cross-platform messaging service.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

SwapChat-Erweiterungs-CRX-Datei herunterladen

Laden Sie SwapChat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name SwapChat SwapChat
ID cljogniamdljbpeapjdbdigbjmipfpgh
Offizielle URL https://chromewebstore.google.com/detail/swapchat/cljogniamdljbpeapjdbdigbjmipfpgh
Beschreibung Cross-platform messaging service.
Dateigröße 59.75 KB
Installationsanzahl 3,561
Aktuelle Version 1.0.11
Letztes Update 2022-09-15
Veröffentlichungsdatum 2022-02-01
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Generative Labs, Inc.
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}