Impossible Tic Tac Toe

Try to defeat the genius tic tac toe bot

What is Impossible Tic Tac Toe?

Impossible Tic Tac Toe is a Chrome extension developed by Aaron Tufts, and its main feature is "Try to defeat the genius tic tac toe bot".

Extension Screenshots

screenshot

Download Impossible Tic Tac Toe Extension CRX File

Download Impossible Tic Tac Toe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Impossible Tic Tac Toe Impossible Tic Tac Toe
ID apjkgbbgbhmffnepmobpimdnckoamaga
Official URL https://chromewebstore.google.com/detail/impossible-tic-tac-toe/apjkgbbgbhmffnepmobpimdnckoamaga
Description Try to defeat the genius tic tac toe bot
File Size 160 KB
Installation Count 42
Current Version 1.1
Last Updated 2022-03-23
Publish Date 2022-03-23
Developer Aaron Tufts
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}