Ketris
Simple tetris-type game to waste you time on.
Cos'è Ketris?
Ketris è un'estensione di Chrome sviluppata da KetsuneH, e la sua funzione principale è "Simple tetris-type game to waste you time on.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ketris
Scarica i file di estensione Ketris 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
Simple yet addictive popup game to waste you time on. This chrome extension is still under development, but more and more updates will be made consistently in the future.
Informazioni di Base sull'Estensione
Nome | |
ID | coggohhjjkecjfcdochinpmjfhgpdenb |
URL Ufficiale | https://chrome.google.com/webstore/detail/ketris/coggohhjjkecjfcdochinpmjfhgpdenb |
Descrizione | Simple tetris-type game to waste you time on. |
Dimensione del File | 11.5 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2021-10-11 |
Data di Pubblicazione | 2021-10-11 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | KetsuneH |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/KeFx/Ketris |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ketris", "version": "0.0.1", "description": "Simple tetris-type game to waste you time on.", "browser_action": { "default_popup": "Ketris.html", "default_icon": "images\/KetrisIcon_128.png" }, "icons": { "32": "images\/KetrisIcon32.png", "128": "images\/KetrisIcon_128.png" } } |