In Or Out
Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
O que é In Or Out?
In Or Out é uma extensão do Chrome desenvolvida por https://inorout.epicswell.com, e sua principal característica é "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão In Or Out
Baixe arquivos de extensão In Or Out 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 was written to make the task of organizing basketball games easier. There are a handful of people in the world who will find this useful. You are probably not one of them.
Informações Básicas da Extensão
Nome | In Or Out |
ID | pkikmnicaplbfnllcmmakjgapkblpmen |
URL Oficial | https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen |
Descrição | Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1) |
Tamanho do Arquivo | 90.71 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.8.1 |
Última Atualização | 2015-09-13 |
Data de Publicação | 2015-09-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://inorout.epicswell.com |
Tipo de Pagamento | free |
Site da Extensão | http://inorout.epicswell.com/ |
URL da Página de Ajuda | http://inorout.epicswell.com/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "In Or Out", "version": "1.8.1", "manifest_version": 2, "description": "Used with http:\/\/inorout.epicswell.com\/ to see who is playing basketball (v1.8.1)", "icons": { "48": "images\/me_48x48.png" }, "browser_action": { "default_icon": "inorout.png", "default_popup": "popup.html", "default_title": "In Or Out" }, "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "http:\/\/inorout.epicswell.com\/*", "tabs", "notifications", "cookies" ], "web_accessible_resources": [ "images\/me_48x48.png" ] } |