Impossible Tic Tac Toe
Try to defeat the genius tic tac toe bot
Was ist Impossible Tic Tac Toe?
Impossible Tic Tac Toe ist eine Chrome-Erweiterung, die von Aaron Tufts entwickelt wurde, und ihr Hauptmerkmal ist "Try to defeat the genius tic tac toe bot".
Erweiterungsscreenshots
Impossible Tic Tac Toe-Erweiterungs-CRX-Datei herunterladen
Laden Sie Impossible Tic Tac Toe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Fun little tic tac toe bot to challenge when you're bored ! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | apjkgbbgbhmffnepmobpimdnckoamaga |
| Offizielle URL | https://chromewebstore.google.com/detail/impossible-tic-tac-toe/apjkgbbgbhmffnepmobpimdnckoamaga |
| Beschreibung | Try to defeat the genius tic tac toe bot |
| Dateigröße | 160 KB |
| Installationsanzahl | 42 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2022-03-23 |
| Veröffentlichungsdatum | 2022-03-23 |
| Entwickler | Aaron Tufts |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |