Nitro Type World Wide Chat

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

Wat is Nitro Type World Wide Chat?

Nitro Type World Wide Chat is een Chrome-extensie ontwikkeld door Ginfio, en de belangrijkste functie is "Easily chat on Nitro Type, without having to switch tabs back and forth.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Nitro Type World Wide Chat

Download Nitro Type World Wide Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Nitro Type World Wide Chat Nitro Type World Wide Chat
ID cbkegjgbfojkogchphepaeheghifceam
Officiële URL https://chromewebstore.google.com/detail/nitro-type-world-wide-cha/cbkegjgbfojkogchphepaeheghifceam
Beschrijving Easily chat on Nitro Type, without having to switch tabs back and forth.
Bestandsgrootte 11.42 KB
Aantal Installaties 1,227
Huidige Versie 5.2.1
Laatst Bijgewerkt 2022-01-10
Publicatiedatum 2021-06-09
Beoordeling 3.00/5 Totaal 14 Beoordelingen
Ontwikkelaar Ginfio
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.ginfio.com/info/NTWWC
Ondersteunde Talen 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"
    }
}