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