Chrome Chat

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

Что такое Chrome Chat?

Chrome Chat - это расширение Chrome, разработанное TreeHouseFalcon, и его основная функция - "Click on the Chrome Chat button on your toolbar to join the conversation.".

Скачать файл CRX расширения Chrome Chat

Скачайте файлы расширений Chrome Chat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Chrome Chat Chrome Chat
ID nedonlkbklnlehfafbgpllbhlalpgigb
Официальный URL https://chrome.google.com/webstore/detail/chrome-chat/nedonlkbklnlehfafbgpllbhlalpgigb
Описание Click on the Chrome Chat button on your toolbar to join the conversation.
Размер файла 208 KB
Количество установок 33
Текущая Версия 1.3.2
Последнее Обновление 2016-03-31
Дата публикации 2016-03-31
Рейтинг 4.33/5 Всего 3 оценок
Разработчик TreeHouseFalcon
Тип оплаты free
Поддерживаемые языки 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'"
}