Impossible Tic Tac Toe

Try to defeat the genius tic tac toe bot

Qu'est-ce que Impossible Tic Tac Toe ?

Impossible Tic Tac Toe est une extension Chrome développée par Aaron Tufts, et sa fonction principale est "Try to defeat the genius tic tac toe bot".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Impossible Tic Tac Toe

Téléchargez les fichiers d'extension Impossible Tic Tac Toe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Impossible Tic Tac Toe Impossible Tic Tac Toe
ID apjkgbbgbhmffnepmobpimdnckoamaga
URL Officiel https://chromewebstore.google.com/detail/impossible-tic-tac-toe/apjkgbbgbhmffnepmobpimdnckoamaga
Description Try to defeat the genius tic tac toe bot
Taille du Fichier 160 KB
Nombre d'Installations 42
Version Actuelle 1.1
Dernière Mise à Jour 2022-03-23
Date de Publication 2022-03-23
Développeur Aaron Tufts
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}