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
公式URL 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
Eメール [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"
    }
}