TagPro Alerts
Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
O que é TagPro Alerts?
TagPro Alerts é uma extensão do Chrome desenvolvida por https://tagpro.koalabeast.com, e sua principal característica é "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TagPro Alerts
Baixe arquivos de extensão TagPro Alerts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | TagPro Alerts |
ID | jegbbobiocmflmjibcapeakhbjddebmj |
URL Oficial | https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj |
Descrição | Alerts other TagPro players that you are playing and sends you an alert when others begin to play. |
Tamanho do Arquivo | 18.7 KB |
Contagem de Instalações | 98 |
Versão Atual | 1.2 |
Última Atualização | 2013-08-15 |
Data de Publicação | 2013-08-15 |
Classificação | 5.00/5 Total de 19 Avaliações |
Desenvolvedor | https://tagpro.koalabeast.com |
Tipo de Pagamento | free |
Site da Extensão | http://tagpro.koalabeast.com |
Idiomas Suportados | 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" ] } |