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!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } |