Live Chat for ALL websites

Chat with everyone on same website, just like a live chat in livestreams

Cos'è Live Chat for ALL websites?

Live Chat for ALL websites è un'estensione di Chrome sviluppata da areeburrub, e la sua funzione principale è "Chat with everyone on same website, just like a live chat in livestreams".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Live Chat for ALL websites

Scarica i file di estensione Live Chat for ALL websites 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 extension will let you chat with people on same webpage you are on.

For Example, you are watching a YouTube video then you can also chat with people who are watching it at that time !!! 

This extension shows number users which are ready to talk.

At initial stage it don't have much users, so you may not get users on every webpage, but we have a bot to talk to you.

Share with your friend and chat on the same page.                    

Informazioni di Base sull'Estensione

Nome Live Chat for ALL websites Live Chat for ALL websites
ID jndncpcadllfnlbdlmfdjfachfkjnmki
URL Ufficiale https://chromewebstore.google.com/detail/live-chat-for-all-website/jndncpcadllfnlbdlmfdjfachfkjnmki
Descrizione Chat with everyone on same website, just like a live chat in livestreams
Dimensione del File 23.47 KB
Conteggio Installazioni 56
Versione Corrente 1.1.0
Ultimo Aggiornamento 2021-06-09
Data di Pubblicazione 2021-06-04
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore areeburrub
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.notion.so/Live-Chat-for-All-Websites-57315441e26a49418d2e40146f444948
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Chat for ALL websites",
    "description": "Chat with everyone on same website, just like a live chat in livestreams",
    "version": "1.1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com\/5b2065fdbb.js https:\/\/cdnjs.cloudflare.com https:\/\/www.gstatic.com https:\/\/apis.google.com; object-src 'self'"
}