TagPro Alerts

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

Co to jest TagPro Alerts?

TagPro Alerts to rozszerzenie Chrome opracowane przez https://tagpro.koalabeast.com, a jego główną funkcją jest „Alerts other TagPro players that you are playing and sends you an alert when others begin to play.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TagPro Alerts

Pobierz pliki rozszerzeń TagPro Alerts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa TagPro Alerts TagPro Alerts
ID jegbbobiocmflmjibcapeakhbjddebmj
Oficjalny URL https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj
Opis Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
Rozmiar pliku 18.7 KB
Liczba instalacji 98
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2013-08-15
Data Publikacji 2013-08-15
Ocena 5.00/5 Łącznie 19 Oceny
Deweloper https://tagpro.koalabeast.com
Typ Płatności free
Strona Rozszerzenia http://tagpro.koalabeast.com
Obsługiwane Języki 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"
    ]
}