Pro Game Chat

Chat for agar.io simple to use. Key combo shift + q to hide or show the chat! You can create new rooms and chat with your friends…

Was ist Pro Game Chat?

Pro Game Chat ist eine Chrome-Erweiterung, die von gennaro.vtb entwickelt wurde, und ihr Hauptmerkmal ist "Chat for agar.io simple to use. Key combo shift + q to hide or show the chat! You can create new rooms and chat with your friends…".

Erweiterungsscreenshots

screenshot
screenshot

Pro Game Chat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pro Game 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

                        Chat for agar.io simple to use.
Key combo shift + q to hide or show the chat!
You can create new rooms and chat with your friends while playing!                    

Grundlegende Informationen zur Erweiterung

Name Pro Game Chat Pro Game Chat
ID eblkaoppobdmdppiifkcadeemfhgbecm
Offizielle URL https://chrome.google.com/webstore/detail/pro-game-chat/eblkaoppobdmdppiifkcadeemfhgbecm
Beschreibung Chat for agar.io simple to use. Key combo shift + q to hide or show the chat! You can create new rooms and chat with your friends…
Dateigröße 281 KB
Installationsanzahl 46
Aktuelle Version 1.4
Letztes Update 2015-12-23
Veröffentlichungsdatum 2015-12-23
Bewertung 1.40/5 Insgesamt 5 Bewertungen
Entwickler gennaro.vtb
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pro Game Chat",
    "version": "1.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        "\/js\/jquery.min.js",
        "\/popup.html",
        "\/chat.html",
        "\/logic.js"
    ]
}