Chatter
Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
What is Chatter?
Chatter is a Chrome extension developed by https://development.aaronmaynard.com, and its main feature is "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!".
Extension Screenshots
Download Chatter Extension CRX File
Download Chatter 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
SATChat is a chat extension to allow users to talk with other people around the world. Inspired by Ham Radio, the extension connects to a open-source IRC server, allowing people to talk across town, around the world, and (technically) into space. The servers set language is English, but international keyboards are supported. Works for any device running the Chrome browser, including Windows, Mac, ChromeOS, Android, etc.
Extension Basic Information
Name | Chatter |
ID | ahiemmemknebnoiemgokhphhjdpbimbk |
Official URL | https://chromewebstore.google.com/detail/chatter/ahiemmemknebnoiemgokhphhjdpbimbk |
Description | Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks! |
File Size | 18.52 KB |
Installation Count | 126 |
Current Version | 0.3 |
Last Updated | 2018-10-04 |
Publish Date | 2018-10-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://development.aaronmaynard.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chatter", "version": "0.3", "manifest_version": 2, "description": "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!", "homepage_url": "http:\/\/google.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "Start Chatter", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon.png" } } |