Nitro Type World Wide Chat

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

Qu'est-ce que Nitro Type World Wide Chat ?

Nitro Type World Wide Chat est une extension Chrome développée par Ginfio, et sa fonction principale est "Easily chat on Nitro Type, without having to switch tabs back and forth.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Nitro Type World Wide Chat

Téléchargez les fichiers d'extension Nitro Type World Wide Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Nitro Type World Wide Chat Nitro Type World Wide Chat
ID cbkegjgbfojkogchphepaeheghifceam
URL Officiel https://chromewebstore.google.com/detail/nitro-type-world-wide-cha/cbkegjgbfojkogchphepaeheghifceam
Description Easily chat on Nitro Type, without having to switch tabs back and forth.
Taille du Fichier 11.42 KB
Nombre d'Installations 1,227
Version Actuelle 5.2.1
Dernière Mise à Jour 2022-01-10
Date de Publication 2021-06-09
Évaluation 3.00/5 Total 14 Évaluations
Développeur Ginfio
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ginfio.com/info/NTWWC
Langues Prises en Charge 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"
    }
}