Live Chat for ALL websites

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

O que é Live Chat for ALL websites?

Live Chat for ALL websites é uma extensão do Chrome desenvolvida por areeburrub, e sua principal característica é "Chat with everyone on same website, just like a live chat in livestreams".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Live Chat for ALL websites

Baixe arquivos de extensão Live Chat for ALL websites 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 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.                    

Informações Básicas da Extensão

Nome Live Chat for ALL websites Live Chat for ALL websites
ID jndncpcadllfnlbdlmfdjfachfkjnmki
URL Oficial https://chromewebstore.google.com/detail/live-chat-for-all-website/jndncpcadllfnlbdlmfdjfachfkjnmki
Descrição Chat with everyone on same website, just like a live chat in livestreams
Tamanho do Arquivo 23.47 KB
Contagem de Instalações 56
Versão Atual 1.1.0
Última Atualização 2021-06-09
Data de Publicação 2021-06-04
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor areeburrub
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.notion.so/Live-Chat-for-All-Websites-57315441e26a49418d2e40146f444948
Idiomas Suportados 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'"
}