Nitro Type World Wide Chat

Easily chat on Nitro Type, without having to switch tabs back and forth.

Apa itu Nitro Type World Wide Chat?

Nitro Type World Wide Chat adalah ekstensi Chrome yang dikembangkan oleh Ginfio, dan fitur utamanya adalah "Easily chat on Nitro Type, without having to switch tabs back and forth.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Nitro Type World Wide Chat

Unduh file ekstensi Nitro Type World Wide Chat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Nitro Type World Wide Chat Nitro Type World Wide Chat
ID cbkegjgbfojkogchphepaeheghifceam
URL Resmi https://chromewebstore.google.com/detail/nitro-type-world-wide-cha/cbkegjgbfojkogchphepaeheghifceam
Deskripsi Easily chat on Nitro Type, without having to switch tabs back and forth.
Ukuran File 11.42 KB
Jumlah Instalasi 1,227
Versi Saat Ini 5.2.1
Terakhir Diperbarui 2022-01-10
Tanggal Publikasi 2021-06-09
Penilaian 3.00/5 Total 14 Penilaian
Pengembang Ginfio
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.ginfio.com/info/NTWWC
Bahasa yang Didukung 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"
    }
}