Impossible Tic Tac Toe
Try to defeat the genius tic tac toe bot
Wat is Impossible Tic Tac Toe?
Impossible Tic Tac Toe is een Chrome-extensie ontwikkeld door Aaron Tufts, en de belangrijkste functie is "Try to defeat the genius tic tac toe bot".
Extensie Screenshots
Download het CRX-bestand van de extensie Impossible Tic Tac Toe
Download Impossible Tic Tac Toe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Fun little tic tac toe bot to challenge when you're bored ! Basisinformatie over de Extensie
| Naam | |
| ID | apjkgbbgbhmffnepmobpimdnckoamaga |
| Officiële URL | https://chromewebstore.google.com/detail/impossible-tic-tac-toe/apjkgbbgbhmffnepmobpimdnckoamaga |
| Beschrijving | Try to defeat the genius tic tac toe bot |
| Bestandsgrootte | 160 KB |
| Aantal Installaties | 42 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2022-03-23 |
| Publicatiedatum | 2022-03-23 |
| Ontwikkelaar | Aaron Tufts |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |