Live Chat for ALL websites
Chat with everyone on same website, just like a live chat in livestreams
什麼是Live Chat for ALL websites?
Live Chat for ALL websites是由areeburrub開發的Chrome擴展程式,該擴展的主要功能是“Chat with everyone on same website, just like a live chat in livestreams”。
擴展截圖
下載Live Chat for ALL websites擴展crx文件
下載Live Chat for ALL websites擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Live Chat for ALL websites |
ID | jndncpcadllfnlbdlmfdjfachfkjnmki |
官方網址 | https://chromewebstore.google.com/detail/live-chat-for-all-website/jndncpcadllfnlbdlmfdjfachfkjnmki |
簡介 | Chat with everyone on same website, just like a live chat in livestreams |
檔案大小 | 23.47 KB |
安裝次數 | 56 |
目前版本 | 1.1.0 |
更新時間 | 2021-06-09 |
上架時間 | 2021-06-04 |
評分 | 5.00/5 共 3 次評分 |
開發者 | areeburrub |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.notion.so/Live-Chat-for-All-Websites-57315441e26a49418d2e40146f444948 |
支援的語言 | 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'" } |