Nitro Type World Wide Chat

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

Cos'è Nitro Type World Wide Chat?

Nitro Type World Wide Chat è un'estensione di Chrome sviluppata da Ginfio, e la sua funzione principale è "Easily chat on Nitro Type, without having to switch tabs back and forth.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nitro Type World Wide Chat

Scarica i file di estensione Nitro Type World Wide Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Nitro Type World Wide Chat Nitro Type World Wide Chat
ID cbkegjgbfojkogchphepaeheghifceam
URL Ufficiale https://chromewebstore.google.com/detail/nitro-type-world-wide-cha/cbkegjgbfojkogchphepaeheghifceam
Descrizione Easily chat on Nitro Type, without having to switch tabs back and forth.
Dimensione del File 11.42 KB
Conteggio Installazioni 1,227
Versione Corrente 5.2.1
Ultimo Aggiornamento 2022-01-10
Data di Pubblicazione 2021-06-09
Valutazione 3.00/5 Totale 14 Valutazioni
Sviluppatore Ginfio
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ginfio.com/info/NTWWC
Lingue Supportate 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"
    }
}