Chrome Chat

Click on the Chrome Chat button on your toolbar to join the conversation.

What is Chrome Chat?

Chrome Chat is a Chrome extension developed by TreeHouseFalcon, and its main feature is "Click on the Chrome Chat button on your toolbar to join the conversation.".

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

                        This is a system that you can use to chat with your friends, quickly and easily. Click on the Chrome Chat button on your toolbar to join the conversation.                    

Extension Basic Information

Name Chrome Chat Chrome Chat
ID nedonlkbklnlehfafbgpllbhlalpgigb
Official URL https://chrome.google.com/webstore/detail/chrome-chat/nedonlkbklnlehfafbgpllbhlalpgigb
Description Click on the Chrome Chat button on your toolbar to join the conversation.
File Size 208 KB
Installation Count 33
Current Version 1.3.2
Last Updated 2016-03-31
Publish Date 2016-03-31
Rating 4.33/5 Total 3 Ratings
Developer TreeHouseFalcon
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Chat",
    "description": "Click on the Chrome Chat button on your toolbar to join the conversation.",
    "version": "1.3.2",
    "author": "TreeHouseFalcon",
    "short_name": "Chrome Chat",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.2.0.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "http:\/\/helpmoose.com\/*",
        "http:\/\/localhost:8888\/",
        "https:\/\/talkgadget.google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/talkgadget.google.com http:\/\/localhost:8888; object-src 'self'"
}