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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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