TagPro Alerts

Alerts other TagPro players that you are playing and sends you an alert when others begin to play.

Что такое TagPro Alerts?

TagPro Alerts - это расширение Chrome, разработанное https://tagpro.koalabeast.com, и его основная функция - "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TagPro Alerts

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

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

                        To play TagPro, get the Chrome app:
https://chrome.google.com/webstore/detail/tagpro-capture-the-flag/bommelfnddjcbmbcfhmhjikpfphlebjh

Or visit this website:
http://tagpro.koalabeast.com                    

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

Название TagPro Alerts TagPro Alerts
ID jegbbobiocmflmjibcapeakhbjddebmj
Официальный URL https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj
Описание Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
Размер файла 18.7 KB
Количество установок 98
Текущая Версия 1.2
Последнее Обновление 2013-08-15
Дата публикации 2013-08-15
Рейтинг 5.00/5 Всего 19 оценок
Разработчик https://tagpro.koalabeast.com
Тип оплаты free
Официальный сайт расширения http://tagpro.koalabeast.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TagPro Alerts",
    "options_page": "options.html",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "monitor.js"
        ]
    },
    "permissions": [
        "http:\/\/tagpro.koalabeast.com\/",
        "background",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png",
        "notification.js",
        "notification.css"
    ]
}