Tic-Tac-Toe Game
A classic tic-tac-toe game that plays with AI player in a popup
Co to jest Tic-Tac-Toe Game?
Tic-Tac-Toe Game to rozszerzenie Chrome opracowane przez https://gamecheerleader.com, a jego główną funkcją jest „A classic tic-tac-toe game that plays with AI player in a popup”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tic-Tac-Toe Game
Pobierz pliki rozszerzeń Tic-Tac-Toe Game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Tic-Tac-Toe Game |
ID | ojphegfghpacfphdjogjfonakeemcpcf |
Oficjalny URL | https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf |
Opis | A classic tic-tac-toe game that plays with AI player in a popup |
Rozmiar pliku | 47.42 KB |
Liczba instalacji | 758 |
Aktualna Wersja | 0.1.3 |
Ostatnia Aktualizacja | 2024-01-22 |
Data Publikacji | 2022-06-01 |
Deweloper | https://gamecheerleader.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.gamecheerleader.com |
Adres URL Strony Pomocy | https://www.gamecheerleader.com/listing/tic-tac-toe/ |
Adres URL Strony Polityki Prywatności | https://www.gamecheerleader.com/privacy-policy |
Obsługiwane Języki | 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 } |