TagPro Alerts

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

Cos'è TagPro Alerts?

TagPro Alerts è un'estensione di Chrome sviluppata da https://tagpro.koalabeast.com, e la sua funzione principale è "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TagPro Alerts

Scarica i file di estensione TagPro Alerts 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

                        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                    

Informazioni di Base sull'Estensione

Nome TagPro Alerts TagPro Alerts
ID jegbbobiocmflmjibcapeakhbjddebmj
URL Ufficiale https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj
Descrizione Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
Dimensione del File 18.7 KB
Conteggio Installazioni 98
Versione Corrente 1.2
Ultimo Aggiornamento 2013-08-15
Data di Pubblicazione 2013-08-15
Valutazione 5.00/5 Totale 19 Valutazioni
Sviluppatore https://tagpro.koalabeast.com
Tipo di Pagamento free
Sito Web dell'Estensione http://tagpro.koalabeast.com
Lingue Supportate 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"
    ]
}