Chrome Chat
Real Time Anonymous Chat
什么是Chrome Chat?
Chrome Chat是由weitingchen310开发的Chrome扩展程序,该扩展的主要功能是“Real Time Anonymous Chat”。
扩展截图
下载Chrome Chat扩展crx文件
下载Chrome Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple anonymous chat extension. Chat with random people. The extension does not store any of your messages. Please see the code here 扩展基本信息
| 名称 | |
| ID | mademejnekngabiagdlbfcmhfnijmkpg |
| 官方URL | https://chromewebstore.google.com/detail/chrome-chat/mademejnekngabiagdlbfcmhfnijmkpg |
| 简介 | Real Time Anonymous Chat |
| 文件大小 | 437 KB |
| 安装次数 | 214 |
| 当前版本 | 1.1 |
| 更新时间 | 2019-09-25 |
| 上架时间 | 2019-09-25 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | weitingchen310 |
| 付费类型 | free |
| 扩展官网 | https://github.com/weitingtw/chrome-chat-server |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Chat",
"version": "1.1",
"description": "Real Time Anonymous Chat",
"manifest_version": 2,
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_popup": "index.html",
"default_title": "start chatting"
},
"permissions": [
"storage",
"notifications"
],
"background": {
"page": "background.html"
}
} | |