Robotman

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

Cos'è Robotman?

Robotman è un'estensione di Chrome sviluppata da Nick Weseman, e la sua funzione principale è "Play Robotman. It's like Flappy Bird, but with robots!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Robotman

Scarica i file di estensione Robotman in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Robotman Robotman
ID cjpdlmjbocfbhjgdpmfkcphkacmighmb
URL Ufficiale https://chromewebstore.google.com/detail/robotman/cjpdlmjbocfbhjgdpmfkcphkacmighmb
Descrizione Play Robotman. It's like Flappy Bird, but with robots!
Dimensione del File 196 KB
Conteggio Installazioni 11,025
Versione Corrente 2.0
Ultimo Aggiornamento 2017-05-13
Data di Pubblicazione 2017-05-12
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Nick Weseman
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}