Live Chat for ALL websites

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

Was ist Live Chat for ALL websites?

Live Chat for ALL websites ist eine Chrome-Erweiterung, die von areeburrub entwickelt wurde, und ihr Hauptmerkmal ist "Chat with everyone on same website, just like a live chat in livestreams".

Erweiterungsscreenshots

screenshot
screenshot

Live Chat for ALL websites-Erweiterungs-CRX-Datei herunterladen

Laden Sie Live Chat for ALL websites-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Live Chat for ALL websites Live Chat for ALL websites
ID jndncpcadllfnlbdlmfdjfachfkjnmki
Offizielle URL https://chromewebstore.google.com/detail/live-chat-for-all-website/jndncpcadllfnlbdlmfdjfachfkjnmki
Beschreibung Chat with everyone on same website, just like a live chat in livestreams
Dateigröße 23.47 KB
Installationsanzahl 56
Aktuelle Version 1.1.0
Letztes Update 2021-06-09
Veröffentlichungsdatum 2021-06-04
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler areeburrub
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.notion.so/Live-Chat-for-All-Websites-57315441e26a49418d2e40146f444948
Unterstützte Sprachen 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'"
}