SwapChat

Cross-platform messaging service.

Co to jest SwapChat?

SwapChat to rozszerzenie Chrome opracowane przez Generative Labs, Inc., a jego główną funkcją jest „Cross-platform messaging service.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SwapChat

Pobierz pliki rozszerzeń SwapChat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SwapChat SwapChat
ID cljogniamdljbpeapjdbdigbjmipfpgh
Oficjalny URL https://chromewebstore.google.com/detail/swapchat/cljogniamdljbpeapjdbdigbjmipfpgh
Opis Cross-platform messaging service.
Rozmiar pliku 59.75 KB
Liczba instalacji 3,561
Aktualna Wersja 1.0.11
Ostatnia Aktualizacja 2022-09-15
Data Publikacji 2022-02-01
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Generative Labs, Inc.
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}