TagPro Alerts
Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
Qu'est-ce que TagPro Alerts ?
TagPro Alerts est une extension Chrome développée par https://tagpro.koalabeast.com, et sa fonction principale est "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TagPro Alerts
Téléchargez les fichiers d'extension TagPro Alerts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | TagPro Alerts |
ID | jegbbobiocmflmjibcapeakhbjddebmj |
URL Officiel | https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj |
Description | Alerts other TagPro players that you are playing and sends you an alert when others begin to play. |
Taille du Fichier | 18.7 KB |
Nombre d'Installations | 98 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2013-08-15 |
Date de Publication | 2013-08-15 |
Évaluation | 5.00/5 Total 19 Évaluations |
Développeur | https://tagpro.koalabeast.com |
Type de Paiement | free |
Site Web de l'Extension | http://tagpro.koalabeast.com |
Langues Prises en Charge | 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" ] } |