The Dot Game
This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.
The Dot Gameคืออะไร?
The Dot Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dnakhooda และคุณลักษณะหลักของมันคือ "This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Dot Game
ดาวน์โหลดไฟล์ส่วนขยาย The Dot Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hello, I will tell you how to and why you should, play my game. How to Play: In the first few levels of the game there is a dot (you), 2 obstacles and a goal. You use the left and right arrow keys to make the dot move left and right. You can use the arrow keys to go up a floor and use the down arrow key to go back down to the original level. If you touch a red obstacle you will go back to level 1 and start over.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ccdkhnkekclnbmcbbmkphappoipobabf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-dot-game/ccdkhnkekclnbmcbbmkphappoipobabf |
คำอธิบาย | This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end. |
ขนาดไฟล์ | 215 KB |
จำนวนการติดตั้ง | 193 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-12-09 |
วันที่เผยแพร่ | 2018-12-05 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | dnakhooda |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Dot Game", "description": "This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.", "version": "1.2", "browser_action": { "default_icon": "Icon.png", "default_popup": "Home.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "Dot.js" ] } ], "permissions": [] } |