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是由Ginfio开发的Chrome扩展程序,该扩展的主要功能是“Easily chat on Nitro Type, without having to switch tabs back and forth.”。

扩展截图

screenshot
screenshot
screenshot

下载Nitro Type World Wide Chat扩展crx文件

下载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"
    }
}