Chrome Chat

Real Time Anonymous Chat

Cos'è Chrome Chat?

Chrome Chat è un'estensione di Chrome sviluppata da weitingchen310, e la sua funzione principale è "Real Time Anonymous Chat".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

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

                        A simple anonymous chat extension. Chat with random people. The extension does not store any of your messages. Please see the code here                    

Informazioni di Base sull'Estensione

Nome Chrome Chat Chrome Chat
ID mademejnekngabiagdlbfcmhfnijmkpg
URL Ufficiale https://chromewebstore.google.com/detail/chrome-chat/mademejnekngabiagdlbfcmhfnijmkpg
Descrizione Real Time Anonymous Chat
Dimensione del File 437 KB
Conteggio Installazioni 214
Versione Corrente 1.1
Ultimo Aggiornamento 2019-09-25
Data di Pubblicazione 2019-09-25
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore weitingchen310
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/weitingtw/chrome-chat-server
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Chat",
    "version": "1.1",
    "description": "Real Time Anonymous Chat",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "start chatting"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    }
}