Robotman

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

Τι είναι το Robotman;

Το Robotman είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nick Weseman, και η κύρια λειτουργία του είναι "Play Robotman. It's like Flappy Bird, but with robots!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Robotman

Λήψη αρχείων επέκτασης Robotman σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Robotman Robotman
ID cjpdlmjbocfbhjgdpmfkcphkacmighmb
Επίσημο URL https://chromewebstore.google.com/detail/robotman/cjpdlmjbocfbhjgdpmfkcphkacmighmb
Περιγραφή Play Robotman. It's like Flappy Bird, but with robots!
Μέγεθος Αρχείου 196 KB
Αριθμός Εγκαταστάσεων 11,025
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2017-05-13
Ημερομηνία Δημοσίευσης 2017-05-12
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Nick Weseman
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}