Robotman

Play Robotman. It's like Flappy Bird, but with robots!

O que é Robotman?

Robotman é uma extensão do Chrome desenvolvida por Nick Weseman, e sua principal característica é "Play Robotman. It's like Flappy Bird, but with robots!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Robotman

Baixe arquivos de extensão Robotman 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

                        Help Robotman navigate through obstacles with increasing difficulty.  A highly addictive game inspired by the insanely popular flappy bird iphone game.  

This game is for anyone who played flappy bird and thought, the only thing this is missing is ROBOTS!

Try to beat your high score!  High scores are saved between sessions - even if you restart your browser or your computer.

Update:  Added new blue walls.

This game is open source.  Code is available at:
https://github.com/nickweseman/robotman

Icons made by Lorc. Available on http://game-icons.net
Background created by Freepik                    

Informações Básicas da Extensão

Nome Robotman Robotman
ID cjpdlmjbocfbhjgdpmfkcphkacmighmb
URL Oficial https://chromewebstore.google.com/detail/robotman/cjpdlmjbocfbhjgdpmfkcphkacmighmb
Descrição Play Robotman. It's like Flappy Bird, but with robots!
Tamanho do Arquivo 196 KB
Contagem de Instalações 11,025
Versão Atual 2.0
Última Atualização 2017-05-13
Data de Publicação 2017-05-12
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Nick Weseman
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Robotman",
    "short_name": "Robotman",
    "description": "Play Robotman.  It's like Flappy Bird, but with robots!",
    "version": "2.0",
    "author": "Nick Weseman",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Robotman",
        "default_icon": "img\/icon_16.png"
    },
    "permissions": [
        "storage"
    ]
}