Chrome Chat
Real Time Anonymous Chat
What is Chrome Chat?
Chrome Chat is a Chrome extension developed by weitingchen310, and its main feature is "Real Time Anonymous Chat".
Extension Screenshots
Download Chrome Chat Extension CRX File
Download Chrome Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple anonymous chat extension. Chat with random people. The extension does not store any of your messages. Please see the code here
Extension Basic Information
Name | Chrome Chat |
ID | mademejnekngabiagdlbfcmhfnijmkpg |
Official URL | https://chromewebstore.google.com/detail/chrome-chat/mademejnekngabiagdlbfcmhfnijmkpg |
Description | Real Time Anonymous Chat |
File Size | 437 KB |
Installation Count | 214 |
Current Version | 1.1 |
Last Updated | 2019-09-25 |
Publish Date | 2019-09-25 |
Rating | 1.00/5 Total 1 Ratings |
Developer | weitingchen310 |
Payment Type | free |
Extension Website | https://github.com/weitingtw/chrome-chat-server |
Supported Languages | 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" } } |