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…

Cos'è Pro Game Chat?

Pro Game Chat è un'estensione di Chrome sviluppata da gennaro.vtb, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pro Game Chat

Scarica i file di estensione Pro Game Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Pro Game Chat Pro Game Chat
ID eblkaoppobdmdppiifkcadeemfhgbecm
URL Ufficiale https://chrome.google.com/webstore/detail/pro-game-chat/eblkaoppobdmdppiifkcadeemfhgbecm
Descrizione 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…
Dimensione del File 281 KB
Conteggio Installazioni 46
Versione Corrente 1.4
Ultimo Aggiornamento 2015-12-23
Data di Pubblicazione 2015-12-23
Valutazione 1.40/5 Totale 5 Valutazioni
Sviluppatore gennaro.vtb
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}