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…

Wat is Pro Game Chat?

Pro Game Chat is een Chrome-extensie ontwikkeld door gennaro.vtb, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Pro Game Chat

Download Pro Game Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Pro Game Chat Pro Game Chat
ID eblkaoppobdmdppiifkcadeemfhgbecm
Officiële URL https://chrome.google.com/webstore/detail/pro-game-chat/eblkaoppobdmdppiifkcadeemfhgbecm
Beschrijving 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…
Bestandsgrootte 281 KB
Aantal Installaties 46
Huidige Versie 1.4
Laatst Bijgewerkt 2015-12-23
Publicatiedatum 2015-12-23
Beoordeling 1.40/5 Totaal 5 Beoordelingen
Ontwikkelaar gennaro.vtb
Betalingswijze free
Ondersteunde Talen 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"
    ]
}