TagPro Alerts
Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
What is TagPro Alerts?
TagPro Alerts is a Chrome extension developed by https://tagpro.koalabeast.com, and its main feature is "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".
Extension Screenshots
Download TagPro Alerts Extension CRX File
Download TagPro Alerts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | TagPro Alerts |
ID | jegbbobiocmflmjibcapeakhbjddebmj |
Official URL | 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. |
File Size | 18.7 KB |
Installation Count | 98 |
Current Version | 1.2 |
Last Updated | 2013-08-15 |
Publish Date | 2013-08-15 |
Rating | 5.00/5 Total 19 Ratings |
Developer | https://tagpro.koalabeast.com |
Payment Type | free |
Extension Website | http://tagpro.koalabeast.com |
Supported Languages | 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" ] } |