Robotman

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

Qu'est-ce que Robotman ?

Robotman est une extension Chrome développée par Nick Weseman, et sa fonction principale est "Play Robotman. It's like Flappy Bird, but with robots!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Robotman

Téléchargez les fichiers d'extension Robotman au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Robotman Robotman
ID cjpdlmjbocfbhjgdpmfkcphkacmighmb
URL Officiel https://chromewebstore.google.com/detail/robotman/cjpdlmjbocfbhjgdpmfkcphkacmighmb
Description Play Robotman. It's like Flappy Bird, but with robots!
Taille du Fichier 196 KB
Nombre d'Installations 11,025
Version Actuelle 2.0
Dernière Mise à Jour 2017-05-13
Date de Publication 2017-05-12
Évaluation 5.00/5 Total 6 Évaluations
Développeur Nick Weseman
Type de Paiement free
Langues Prises en Charge 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"
    ]
}