Tic-Tac-Toe Game

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

Was ist Tic-Tac-Toe Game?

Tic-Tac-Toe Game ist eine Chrome-Erweiterung, die von https://gamecheerleader.com entwickelt wurde, und ihr Hauptmerkmal ist "A classic tic-tac-toe game that plays with AI player in a popup".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Tic-Tac-Toe Game-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tic-Tac-Toe Game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tic-Tac-Toe Game Tic-Tac-Toe Game
ID ojphegfghpacfphdjogjfonakeemcpcf
Offizielle URL https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf
Beschreibung A classic tic-tac-toe game that plays with AI player in a popup
Dateigröße 47.42 KB
Installationsanzahl 758
Aktuelle Version 0.1.3
Letztes Update 2024-01-22
Veröffentlichungsdatum 2022-06-01
Entwickler https://gamecheerleader.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.gamecheerleader.com
Hilfeseite URL https://www.gamecheerleader.com/listing/tic-tac-toe/
URL der Datenschutzrichtlinien-Seite https://www.gamecheerleader.com/privacy-policy
Unterstützte Sprachen 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
}