Robotman
Play Robotman. It's like Flappy Bird, but with robots!
Robotman là gì?
Robotman là một tiện ích mở rộng Chrome được phát triển bởi Nick Weseman, và tính năng chính của nó là "Play Robotman. It's like Flappy Bird, but with robots!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Robotman
Tải xuống các tệp mở rộng Robotman dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cjpdlmjbocfbhjgdpmfkcphkacmighmb |
URL Chính Thức | https://chromewebstore.google.com/detail/robotman/cjpdlmjbocfbhjgdpmfkcphkacmighmb |
Mô tả | Play Robotman. It's like Flappy Bird, but with robots! |
Kích Thước Tệp | 196 KB |
Số Lần Cài Đặt | 11,025 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2017-05-13 |
Ngày Phát Hành | 2017-05-12 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Nick Weseman |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |