TagPro Alerts
Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
Vad är TagPro Alerts?
TagPro Alerts är en Chrome-tillägg utvecklad av https://tagpro.koalabeast.com, och dess huvudfunktion är "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".
Tilläggsskärmbilder
Ladda ner TagPro Alerts-förlängningens CRX-fil
Ladda ner TagPro Alerts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | jegbbobiocmflmjibcapeakhbjddebmj |
| Officiell webbadress | https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj |
| Beskrivning | Alerts other TagPro players that you are playing and sends you an alert when others begin to play. |
| Filstorlek | 18.7 KB |
| Antal Installationer | 98 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2013-08-15 |
| Publiceringsdatum | 2013-08-15 |
| Betyg | 5.00/5 Totalt 19 Betyg |
| Utvecklare | https://tagpro.koalabeast.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://tagpro.koalabeast.com |
| Stödda Språk | 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"
]
} | |