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是由https://gamecheerleader.com開發的Chrome擴展程式,該擴展的主要功能是“A classic tic-tac-toe game that plays with AI player in a popup”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Tic-Tac-Toe Game擴展crx文件

下載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
官方網址 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
}