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…

Что такое Pro Game Chat?

Pro Game Chat - это расширение Chrome, разработанное gennaro.vtb, и его основная функция - "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
screenshot

Скачать файл CRX расширения Pro Game Chat

Скачайте файлы расширений Pro Game Chat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Pro Game Chat Pro Game Chat
ID eblkaoppobdmdppiifkcadeemfhgbecm
Официальный URL https://chrome.google.com/webstore/detail/pro-game-chat/eblkaoppobdmdppiifkcadeemfhgbecm
Описание 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…
Размер файла 281 KB
Количество установок 46
Текущая Версия 1.4
Последнее Обновление 2015-12-23
Дата публикации 2015-12-23
Рейтинг 1.40/5 Всего 5 оценок
Разработчик gennaro.vtb
Тип оплаты free
Поддерживаемые языки 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"
    ]
}