Nitro Type World Wide Chat

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

¿Qué es Nitro Type World Wide Chat?

Nitro Type World Wide Chat es una extensión de Chrome desarrollada por Ginfio, y su función principal es "Easily chat on Nitro Type, without having to switch tabs back and forth.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Nitro Type World Wide Chat

Descarga archivos de extensión Nitro Type World Wide Chat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Nitro Type World Wide Chat Nitro Type World Wide Chat
ID cbkegjgbfojkogchphepaeheghifceam
URL Oficial https://chromewebstore.google.com/detail/nitro-type-world-wide-cha/cbkegjgbfojkogchphepaeheghifceam
Descripción Easily chat on Nitro Type, without having to switch tabs back and forth.
Tamaño del Archivo 11.42 KB
Cantidad de Instalaciones 1,227
Versión Actual 5.2.1
Última Actualización 2022-01-10
Fecha de Publicación 2021-06-09
Calificación 3.00/5 Total de 14 Calificaciones
Desarrollador Ginfio
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.ginfio.com/info/NTWWC
Idiomas Soportados 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"
    }
}