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'"
}