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
Eメール [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"
    }
}