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 là gì?
The Dot Game là một tiện ích mở rộng Chrome được phát triển bởi dnakhooda, và tính năng chính của nó là "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.".
Ả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 The Dot Game
Tải xuống các tệp mở rộng The Dot Game 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ccdkhnkekclnbmcbbmkphappoipobabf |
URL Chính Thức | https://chromewebstore.google.com/detail/the-dot-game/ccdkhnkekclnbmcbbmkphappoipobabf |
Mô tả | 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. |
Kích Thước Tệp | 215 KB |
Số Lần Cài Đặt | 193 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-12-09 |
Ngày Phát Hành | 2018-12-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | dnakhooda |
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": "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": [] } |