Nitro Type World Wide Chat

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

Что такое Nitro Type World Wide Chat?

Nitro Type World Wide Chat - это расширение Chrome, разработанное Ginfio, и его основная функция - "Easily chat on Nitro Type, without having to switch tabs back and forth.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Nitro Type World Wide Chat

Скачайте файлы расширений Nitro Type World Wide Chat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Nitro Type World Wide Chat Nitro Type World Wide Chat
ID cbkegjgbfojkogchphepaeheghifceam
Официальный URL https://chromewebstore.google.com/detail/nitro-type-world-wide-cha/cbkegjgbfojkogchphepaeheghifceam
Описание Easily chat on Nitro Type, without having to switch tabs back and forth.
Размер файла 11.42 KB
Количество установок 1,227
Текущая Версия 5.2.1
Последнее Обновление 2022-01-10
Дата публикации 2021-06-09
Рейтинг 3.00/5 Всего 14 оценок
Разработчик Ginfio
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.ginfio.com/info/NTWWC
Поддерживаемые языки 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"
    }
}