TagPro Alerts

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

Was ist TagPro Alerts?

TagPro Alerts ist eine Chrome-Erweiterung, die von https://tagpro.koalabeast.com entwickelt wurde, und ihr Hauptmerkmal ist "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".

Erweiterungsscreenshots

screenshot

TagPro Alerts-Erweiterungs-CRX-Datei herunterladen

Laden Sie TagPro Alerts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name TagPro Alerts TagPro Alerts
ID jegbbobiocmflmjibcapeakhbjddebmj
Offizielle URL https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj
Beschreibung Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
Dateigröße 18.7 KB
Installationsanzahl 98
Aktuelle Version 1.2
Letztes Update 2013-08-15
Veröffentlichungsdatum 2013-08-15
Bewertung 5.00/5 Insgesamt 19 Bewertungen
Entwickler https://tagpro.koalabeast.com
Zahlungsart free
Erweiterungswebsite http://tagpro.koalabeast.com
Unterstützte Sprachen 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"
    ]
}