ChatGT

Anonymous live chat on every website.

Cos'è ChatGT?

ChatGT è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Anonymous live chat on every website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChatGT

Scarica i file di estensione ChatGT 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

                        Anonymous live chat on every website. ChatGT lives as an icon next to the address bar and whenever a conversation is talking place on a website shows a badge of how many messages have been sent.                    

Informazioni di Base sull'Estensione

Nome ChatGT ChatGT
ID odoailephbfiobdjfmdndooklmnenjop
URL Ufficiale https://chromewebstore.google.com/detail/chatgt/odoailephbfiobdjfmdndooklmnenjop
Descrizione Anonymous live chat on every website.
Dimensione del File 404 KB
Conteggio Installazioni 3,143
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-09-21
Data di Pubblicazione 2014-09-21
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChatGT",
    "description": "Anonymous live chat on every website.",
    "version": "1.0.1",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.firebase.com\/",
        "https:\/\/*.firebaseio.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com\/;https:\/\/*.firebase.com\/; object-src 'self'"
}