Impossible Tic Tac Toe
Try to defeat the genius tic tac toe bot
Cos'è Impossible Tic Tac Toe?
Impossible Tic Tac Toe è un'estensione di Chrome sviluppata da Aaron Tufts, e la sua funzione principale è "Try to defeat the genius tic tac toe bot".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Impossible Tic Tac Toe
Scarica i file di estensione Impossible Tic Tac Toe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Fun little tic tac toe bot to challenge when you're bored ! Informazioni di Base sull'Estensione
| Nome | |
| ID | apjkgbbgbhmffnepmobpimdnckoamaga |
| URL Ufficiale | https://chromewebstore.google.com/detail/impossible-tic-tac-toe/apjkgbbgbhmffnepmobpimdnckoamaga |
| Descrizione | Try to defeat the genius tic tac toe bot |
| Dimensione del File | 160 KB |
| Conteggio Installazioni | 42 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2022-03-23 |
| Data di Pubblicazione | 2022-03-23 |
| Sviluppatore | Aaron Tufts |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |