Robotman
Play Robotman. It's like Flappy Bird, but with robots!
Robotmanとは何ですか?
RobotmanはNick Wesemanによって開発されたChromeの拡張機能で、その主な機能は「Play Robotman. It's like Flappy Bird, but with robots!」です。
拡張機能のスクリーンショット
Robotman拡張機能のCRXファイルをダウンロード
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 |
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" ] } |