Tic-Tac-Toe Game

A classic tic-tac-toe game that plays with AI player in a popup

Wat is Tic-Tac-Toe Game?

Tic-Tac-Toe Game is een Chrome-extensie ontwikkeld door https://gamecheerleader.com, en de belangrijkste functie is "A classic tic-tac-toe game that plays with AI player in a popup".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tic-Tac-Toe Game

Download Tic-Tac-Toe Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tic-Tac-Toe Game Tic-Tac-Toe Game
ID ojphegfghpacfphdjogjfonakeemcpcf
Officiële URL https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf
Beschrijving A classic tic-tac-toe game that plays with AI player in a popup
Bestandsgrootte 47.42 KB
Aantal Installaties 758
Huidige Versie 0.1.3
Laatst Bijgewerkt 2024-01-22
Publicatiedatum 2022-06-01
Ontwikkelaar https://gamecheerleader.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.gamecheerleader.com
Help Pagina-URL https://www.gamecheerleader.com/listing/tic-tac-toe/
URL van de Privacybeleid Pagina https://www.gamecheerleader.com/privacy-policy
Ondersteunde Talen 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
}