Tic-Tac-Toe Game

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

Tic-Tac-Toe Gameคืออะไร?

Tic-Tac-Toe Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamecheerleader.com และคุณลักษณะหลักของมันคือ "A classic tic-tac-toe game that plays with AI player in a popup"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tic-Tac-Toe Game

ดาวน์โหลดไฟล์ส่วนขยาย Tic-Tac-Toe Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tic-Tac-Toe Game Tic-Tac-Toe Game
ID ojphegfghpacfphdjogjfonakeemcpcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tic-tac-toe-game/ojphegfghpacfphdjogjfonakeemcpcf
คำอธิบาย A classic tic-tac-toe game that plays with AI player in a popup
ขนาดไฟล์ 47.42 KB
จำนวนการติดตั้ง 758
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2022-06-01
ผู้พัฒนา https://gamecheerleader.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gamecheerleader.com
URL หน้าช่วยเหลือ https://www.gamecheerleader.com/listing/tic-tac-toe/
URL หน้านโยบายความเป็นส่วนตัว https://www.gamecheerleader.com/privacy-policy
ภาษาที่รองรับ 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
}