ArmaTeam
Stay informed of the availability of your favorite e-sports team!
O que é ArmaTeam?
ArmaTeam é uma extensão do Chrome desenvolvida por Bertrand Marron, e sua principal característica é "Stay informed of the availability of your favorite e-sports team!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ArmaTeam
Baixe arquivos de extensão ArmaTeam 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
This extension allows you to be alerted of the availability of ArmaTeam’s Hearthstone channel on Twitch.tv. You will be notified when the stream goes online or when the status of the stream changes. Using the ArmaTeam icon, you can preview the stream, and access it by clicking on the thumbnail.
Informações Básicas da Extensão
Nome | |
ID | khcelbgmdklbglgbedjnnnccjfngpded |
URL Oficial | https://chromewebstore.google.com/detail/armateam/khcelbgmdklbglgbedjnnnccjfngpded |
Descrição | Stay informed of the availability of your favorite e-sports team! |
Tamanho do Arquivo | 90.68 KB |
Contagem de Instalações | 83 |
Versão Atual | 1.9.0 |
Última Atualização | 2019-02-11 |
Data de Publicação | 2019-02-11 |
Classificação | 5.00/5 Total de 11 Avaliações |
Desenvolvedor | Bertrand Marron |
Tipo de Pagamento | free |
Site da Extensão | http://armateam.org |
URL da Página de Ajuda | https://github.com/armateam/extension |
Idiomas Suportados | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/armateam\/extension", "default_locale": "fr", "icons": { "64": "images\/arma-64.png", "96": "images\/arma-96.png", "128": "images\/arma-128.png" }, "browser_action": { "browser_style": true, "default_icon": { "48": "images\/arma-48-gs.png", "96": "images\/arma-96-gs.png" }, "default_title": "ArmaTeam", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "notifications", "https:\/\/api.twitch.tv\/kraken" ], "background": { "page": "background.html" }, "web_accessible_resources": [ "images\/*.png" ], "version": "1.9.0" } |