Tic-Tac-Toe Game
A classic tic-tac-toe game that plays with AI player in a popup
Tic-Tac-Toe Game là gì?
Tic-Tac-Toe Game là một tiện ích mở rộng Chrome được phát triển bởi https://gamecheerleader.com, và tính năng chính của nó là "A classic tic-tac-toe game that plays with AI player in a popup".
Ả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 Tic-Tac-Toe Game
Tải xuống các tệp mở rộng Tic-Tac-Toe 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
Play Tic-Tac-Toe game in single player mode against an AI player. Try to set different difficulty levels and see if you can beat the AI. You may love the smartest AI player with master level. Have fun with this classic puzzle game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment. CHANGELOG ========== Version 0.1.3 - Add the section on new games Version 0.1.0 - 0.1.2 - Initial release of the game - Improve game interface
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tic-Tac-Toe Game |
ID | ojphegfghpacfphdjogjfonakeemcpcf |
URL Chính Thức | https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf |
Mô tả | A classic tic-tac-toe game that plays with AI player in a popup |
Kích Thước Tệp | 47.42 KB |
Số Lần Cài Đặt | 758 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2024-01-22 |
Ngày Phát Hành | 2022-06-01 |
Nhà Phát Triển | https://gamecheerleader.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.gamecheerleader.com |
URL Trang Trợ Giúp | https://www.gamecheerleader.com/listing/tic-tac-toe/ |
URL Trang Chính Sách Bảo Mật | https://www.gamecheerleader.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tic-Tac-Toe Game", "short_name": "tic-tac-toe", "version": "0.1.3", "description": "A classic tic-tac-toe game that plays with AI player in a popup", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "action": { "default_icon": "img\/logo.png", "default_popup": "index.html" }, "sandbox": { "pages": [ "index.html" ] }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |