TagPro Alerts
Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
Hvad er TagPro Alerts?
TagPro Alerts er en Chrome-udvidelse udviklet af https://tagpro.koalabeast.com, og dens hovedfunktion er "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".
Udvidelsesskærmbilleder
Download TagPro Alerts-udvidelses-CRX-fil
Download TagPro Alerts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jegbbobiocmflmjibcapeakhbjddebmj |
| Officiel URL | https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj |
| Beskrivelse | Alerts other TagPro players that you are playing and sends you an alert when others begin to play. |
| Filstørrelse | 18.7 KB |
| Antal Installationer | 98 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2013-08-15 |
| Udgivelsesdato | 2013-08-15 |
| Bedømmelse | 5.00/5 Samlet 19 Bedømmelser |
| Udvikler | https://tagpro.koalabeast.com |
| Betalingsmetode | free |
| Udvidelseswebsted | http://tagpro.koalabeast.com |
| Understøttede Sprog | 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"
]
} | |