Chrome Chat

Click on the Chrome Chat button on your toolbar to join the conversation.

O que é Chrome Chat?

Chrome Chat é uma extensão do Chrome desenvolvida por TreeHouseFalcon, e sua principal característica é "Click on the Chrome Chat button on your toolbar to join the conversation.".

Baixar o arquivo CRX da Extensão Chrome Chat

Baixe arquivos de extensão Chrome 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 is a system that you can use to chat with your friends, quickly and easily. Click on the Chrome Chat button on your toolbar to join the conversation.                    

Informações Básicas da Extensão

Nome Chrome Chat Chrome Chat
ID nedonlkbklnlehfafbgpllbhlalpgigb
URL Oficial https://chrome.google.com/webstore/detail/chrome-chat/nedonlkbklnlehfafbgpllbhlalpgigb
Descrição Click on the Chrome Chat button on your toolbar to join the conversation.
Tamanho do Arquivo 208 KB
Contagem de Instalações 33
Versão Atual 1.3.2
Última Atualização 2016-03-31
Data de Publicação 2016-03-31
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor TreeHouseFalcon
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Chat",
    "description": "Click on the Chrome Chat button on your toolbar to join the conversation.",
    "version": "1.3.2",
    "author": "TreeHouseFalcon",
    "short_name": "Chrome Chat",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.2.0.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "http:\/\/helpmoose.com\/*",
        "http:\/\/localhost:8888\/",
        "https:\/\/talkgadget.google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/talkgadget.google.com http:\/\/localhost:8888; object-src 'self'"
}