TagPro Alerts
Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
Wat is TagPro Alerts?
TagPro Alerts is een Chrome-extensie ontwikkeld door https://tagpro.koalabeast.com, en de belangrijkste functie is "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".
Extensie Screenshots
Download het CRX-bestand van de extensie TagPro Alerts
Download TagPro Alerts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | TagPro Alerts |
ID | jegbbobiocmflmjibcapeakhbjddebmj |
Officiële URL | https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj |
Beschrijving | Alerts other TagPro players that you are playing and sends you an alert when others begin to play. |
Bestandsgrootte | 18.7 KB |
Aantal Installaties | 98 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-08-15 |
Publicatiedatum | 2013-08-15 |
Beoordeling | 5.00/5 Totaal 19 Beoordelingen |
Ontwikkelaar | https://tagpro.koalabeast.com |
Betalingswijze | free |
Extensiewebsite | http://tagpro.koalabeast.com |
Ondersteunde Talen | 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" ] } |