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
官方網址 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"
    }
}