Tic-Tac-Toe Game

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

Apa itu Tic-Tac-Toe Game?

Tic-Tac-Toe Game adalah ekstensi Chrome yang dikembangkan oleh https://gamecheerleader.com, dan fitur utamanya adalah "A classic tic-tac-toe game that plays with AI player in a popup".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tic-Tac-Toe Game

Unduh file ekstensi Tic-Tac-Toe Game dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Tic-Tac-Toe Game Tic-Tac-Toe Game
ID ojphegfghpacfphdjogjfonakeemcpcf
URL Resmi https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf
Deskripsi A classic tic-tac-toe game that plays with AI player in a popup
Ukuran File 47.42 KB
Jumlah Instalasi 758
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2024-01-22
Tanggal Publikasi 2022-06-01
Pengembang https://gamecheerleader.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.gamecheerleader.com
URL Halaman Bantuan https://www.gamecheerleader.com/listing/tic-tac-toe/
URL Halaman Kebijakan Privasi https://www.gamecheerleader.com/privacy-policy
Bahasa yang Didukung 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
}