ChatGT
Anonymous live chat on every website.
What is ChatGT?
ChatGT is a Chrome extension developed by Unknown, and its main feature is "Anonymous live chat on every website.".
Extension Screenshots
Download ChatGT Extension CRX File
Download ChatGT 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
Anonymous live chat on every website. ChatGT lives as an icon next to the address bar and whenever a conversation is talking place on a website shows a badge of how many messages have been sent.
Extension Basic Information
Name | |
ID | odoailephbfiobdjfmdndooklmnenjop |
Official URL | https://chromewebstore.google.com/detail/chatgt/odoailephbfiobdjfmdndooklmnenjop |
Description | Anonymous live chat on every website. |
File Size | 404 KB |
Installation Count | 3,143 |
Current Version | 1.0.1 |
Last Updated | 2014-09-21 |
Publish Date | 2014-09-21 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChatGT", "description": "Anonymous live chat on every website.", "version": "1.0.1", "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "https:\/\/*.firebase.com\/", "https:\/\/*.firebaseio.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com\/;https:\/\/*.firebase.com\/; object-src 'self'" } |