Nitro Type World Wide Chat

Easily chat on Nitro Type, without having to switch tabs back and forth.

Was ist Nitro Type World Wide Chat?

Nitro Type World Wide Chat ist eine Chrome-Erweiterung, die von Ginfio entwickelt wurde, und ihr Hauptmerkmal ist "Easily chat on Nitro Type, without having to switch tabs back and forth.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Nitro Type World Wide Chat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nitro Type World Wide Chat-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

                        This chat (NTWWC) will make it easy to chat on Nitro Type. On the new version 5, you now can add your own chat as well. 

Version 5 features:
- Add up to 3 chats of your own.
- Delete the chats you added
- Compact "chat" button                    

Grundlegende Informationen zur Erweiterung

Name Nitro Type World Wide Chat Nitro Type World Wide Chat
ID cbkegjgbfojkogchphepaeheghifceam
Offizielle URL https://chromewebstore.google.com/detail/nitro-type-world-wide-cha/cbkegjgbfojkogchphepaeheghifceam
Beschreibung Easily chat on Nitro Type, without having to switch tabs back and forth.
Dateigröße 11.42 KB
Installationsanzahl 1,227
Aktuelle Version 5.2.1
Letztes Update 2022-01-10
Veröffentlichungsdatum 2021-06-09
Bewertung 3.00/5 Insgesamt 14 Bewertungen
Entwickler Ginfio
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.ginfio.com/info/NTWWC
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nitro Type World Wide Chat",
    "description": "Easily chat on Nitro Type, without having to switch tabs back and forth.",
    "version": "5.2.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nitrotype.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "16by16.png",
        "48": "48by48.png",
        "32": "32by32.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}