Chrome Chat

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

Cos'è Chrome Chat?

Chrome Chat è un'estensione di Chrome sviluppata da TreeHouseFalcon, e la sua funzione principale è "Click on the Chrome Chat button on your toolbar to join the conversation.".

Scarica il file CRX dell'estensione Chrome Chat

Scarica i file di estensione Chrome Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chrome Chat Chrome Chat
ID nedonlkbklnlehfafbgpllbhlalpgigb
URL Ufficiale https://chrome.google.com/webstore/detail/chrome-chat/nedonlkbklnlehfafbgpllbhlalpgigb
Descrizione Click on the Chrome Chat button on your toolbar to join the conversation.
Dimensione del File 208 KB
Conteggio Installazioni 33
Versione Corrente 1.3.2
Ultimo Aggiornamento 2016-03-31
Data di Pubblicazione 2016-03-31
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore TreeHouseFalcon
Tipo di Pagamento free
Lingue Supportate 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'"
}