Impossible Tic Tac Toe

Try to defeat the genius tic tac toe bot

什麼是Impossible Tic Tac Toe?

Impossible Tic Tac Toe是由Aaron Tufts開發的Chrome擴展程式,該擴展的主要功能是“Try to defeat the genius tic tac toe bot”。

擴展截圖

screenshot

下載Impossible Tic Tac Toe擴展crx文件

下載Impossible Tic Tac Toe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Fun little tic tac toe bot to challenge when you're bored !                    

擴展基本資訊

名稱 Impossible Tic Tac Toe Impossible Tic Tac Toe
ID apjkgbbgbhmffnepmobpimdnckoamaga
官方網址 https://chromewebstore.google.com/detail/impossible-tic-tac-toe/apjkgbbgbhmffnepmobpimdnckoamaga
簡介 Try to defeat the genius tic tac toe bot
檔案大小 160 KB
安裝次數 42
目前版本 1.1
更新時間 2022-03-23
上架時間 2022-03-23
開發者 Aaron Tufts
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Impossible Tic Tac Toe",
    "description": "Try to defeat the genius tic tac toe bot",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "\/web\/popup.html",
        "default_icon": {
            "16": ".\/images\/favico.png",
            "32": ".\/images\/favico.png",
            "48": ".\/images\/favico.png",
            "128": ".\/images\/favico.png"
        }
    },
    "icons": {
        "16": ".\/images\/favico.png",
        "32": ".\/images\/favico.png",
        "48": ".\/images\/favico.png",
        "128": ".\/images\/favico.png"
    }
}