Another One
This is for when you're doing situps or pushups... another one
O que é Another One?
Another One é uma extensão do Chrome desenvolvida por atanton, e sua principal característica é "This is for when you're doing situps or pushups... another one".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Another One
Baixe arquivos de extensão Another One 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 useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One
Informações Básicas da Extensão
Nome | Another One |
ID | ffpbomldahncmnmmnadnjhngaiopolmk |
URL Oficial | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
Descrição | This is for when you're doing situps or pushups... another one |
Tamanho do Arquivo | 24.71 KB |
Contagem de Instalações | 136 |
Versão Atual | 100.0 |
Última Atualização | 2016-03-16 |
Data de Publicação | 2016-03-16 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | atanton |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Another One", "description": "This is for when you're doing situps or pushups... another one", "version": "100.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |