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 |
官方URL | 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'" } |