Tic-Tac-Toe Game
A classic tic-tac-toe game that plays with AI player in a popup
¿Qué es Tic-Tac-Toe Game?
Tic-Tac-Toe Game es una extensión de Chrome desarrollada por https://gamecheerleader.com, y su función principal es "A classic tic-tac-toe game that plays with AI player in a popup".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tic-Tac-Toe Game
Descarga archivos de extensión Tic-Tac-Toe Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Tic-Tac-Toe Game |
ID | ojphegfghpacfphdjogjfonakeemcpcf |
URL Oficial | https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf |
Descripción | A classic tic-tac-toe game that plays with AI player in a popup |
Tamaño del Archivo | 47.42 KB |
Cantidad de Instalaciones | 758 |
Versión Actual | 0.1.3 |
Última Actualización | 2024-01-22 |
Fecha de Publicación | 2022-06-01 |
Desarrollador | https://gamecheerleader.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.gamecheerleader.com |
URL de la Página de Ayuda | https://www.gamecheerleader.com/listing/tic-tac-toe/ |
URL de la Página de Política de Privacidad | https://www.gamecheerleader.com/privacy-policy |
Idiomas Soportados | 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 } |