TagPro Alerts

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

¿Qué es TagPro Alerts?

TagPro Alerts es una extensión de Chrome desarrollada por https://tagpro.koalabeast.com, y su función principal es "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TagPro Alerts

Descarga archivos de extensión TagPro Alerts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre TagPro Alerts TagPro Alerts
ID jegbbobiocmflmjibcapeakhbjddebmj
URL Oficial https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj
Descripción Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
Tamaño del Archivo 18.7 KB
Cantidad de Instalaciones 98
Versión Actual 1.2
Última Actualización 2013-08-15
Fecha de Publicación 2013-08-15
Calificación 5.00/5 Total de 19 Calificaciones
Desarrollador https://tagpro.koalabeast.com
Tipo de Pago free
Sitio Web de la Extensión http://tagpro.koalabeast.com
Idiomas Soportados 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"
    ]
}