Nitro Type World Wide Chat

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

What is Nitro Type World Wide Chat?

Nitro Type World Wide Chat is a Chrome extension developed by Ginfio, and its main feature is "Easily chat on Nitro Type, without having to switch tabs back and forth.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Nitro Type World Wide Chat Extension CRX File

Download Nitro Type World Wide Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Nitro Type World Wide Chat Nitro Type World Wide Chat
ID cbkegjgbfojkogchphepaeheghifceam
Official URL 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.
File Size 11.42 KB
Installation Count 1,227
Current Version 5.2.1
Last Updated 2022-01-10
Publish Date 2021-06-09
Rating 3.00/5 Total 14 Ratings
Developer Ginfio
Email [email protected]
Payment Type free
Extension Website https://www.ginfio.com/info/NTWWC
Supported Languages 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"
    }
}