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…

Hvad er Pro Game Chat?

Pro Game Chat er en Chrome-udvidelse udviklet af gennaro.vtb, og dens hovedfunktion er "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…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Pro Game Chat-udvidelses-CRX-fil

Download Pro Game Chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Pro Game Chat Pro Game Chat
ID eblkaoppobdmdppiifkcadeemfhgbecm
Officiel URL https://chrome.google.com/webstore/detail/pro-game-chat/eblkaoppobdmdppiifkcadeemfhgbecm
Beskrivelse 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…
Filstørrelse 281 KB
Antal Installationer 46
Nuværende Version 1.4
Senest Opdateret 2015-12-23
Udgivelsesdato 2015-12-23
Bedømmelse 1.40/5 Samlet 5 Bedømmelser
Udvikler gennaro.vtb
Betalingsmetode free
Understøttede Sprog 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"
    ]
}