Nitro Type World Wide Chat

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

O que é Nitro Type World Wide Chat?

Nitro Type World Wide Chat é uma extensão do Chrome desenvolvida por Ginfio, e sua principal característica é "Easily chat on Nitro Type, without having to switch tabs back and forth.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nitro Type World Wide Chat

Baixe arquivos de extensão Nitro Type World Wide Chat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Nitro Type World Wide Chat Nitro Type World Wide Chat
ID cbkegjgbfojkogchphepaeheghifceam
URL Oficial https://chromewebstore.google.com/detail/nitro-type-world-wide-cha/cbkegjgbfojkogchphepaeheghifceam
Descrição Easily chat on Nitro Type, without having to switch tabs back and forth.
Tamanho do Arquivo 11.42 KB
Contagem de Instalações 1,227
Versão Atual 5.2.1
Última Atualização 2022-01-10
Data de Publicação 2021-06-09
Classificação 3.00/5 Total de 14 Avaliações
Desenvolvedor Ginfio
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.ginfio.com/info/NTWWC
Idiomas Suportados 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"
    }
}