Robotman
Play Robotman. It's like Flappy Bird, but with robots!
Robotman क्या है?
Robotman Nick Weseman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play Robotman. It's like Flappy Bird, but with robots!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Robotman एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |