Chrome Chat

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

Was ist Chrome Chat?

Chrome Chat ist eine Chrome-Erweiterung, die von TreeHouseFalcon entwickelt wurde, und ihr Hauptmerkmal ist "Click on the Chrome Chat button on your toolbar to join the conversation.".

Chrome Chat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chrome Chat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chrome Chat Chrome Chat
ID nedonlkbklnlehfafbgpllbhlalpgigb
Offizielle URL https://chrome.google.com/webstore/detail/chrome-chat/nedonlkbklnlehfafbgpllbhlalpgigb
Beschreibung Click on the Chrome Chat button on your toolbar to join the conversation.
Dateigröße 208 KB
Installationsanzahl 33
Aktuelle Version 1.3.2
Letztes Update 2016-03-31
Veröffentlichungsdatum 2016-03-31
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler TreeHouseFalcon
Zahlungsart free
Unterstützte Sprachen 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'"
}