Tetrys Offline
Tetrys is free game in popup. You can play offline or online.
Cos'è Tetrys Offline?
Tetrys Offline è un'estensione di Chrome sviluppata da extensionproduct, e la sua funzione principale è "Tetrys is free game in popup. You can play offline or online.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tetrys Offline
Scarica i file di estensione Tetrys Offline 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
Tetrys is popular free game in popup. Users can play offline or online for relax. This extension is based on open-source code of similar game Tetris. The goal is to get blocktris into a line. More time more points! Click to icon for start. Click to PLAY button at the bottom of the popup. Use right arrow, left arrow, down arrow and arrow up for rotate of block. For new game click to PLAY AGAIN. Good luck!
Informazioni di Base sull'Estensione
Nome | |
ID | pkpmakghhlpgpajkklfmajeenelcjbpg |
URL Ufficiale | https://chrome.google.com/webstore/detail/tetrys-offline/pkpmakghhlpgpajkklfmajeenelcjbpg |
Descrizione | Tetrys is free game in popup. You can play offline or online. |
Dimensione del File | 91.34 KB |
Conteggio Installazioni | 792 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-11-15 |
Data di Pubblicazione | 2021-11-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | extensionproduct |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetrys Offline", "description": "Tetrys is free game in popup. You can play offline or online.", "version": "1.0.0", "offline_enabled": true, "icons": { "128": "128x128.png", "16": "16x16.png", "48": "48x48.png" }, "browser_action": { "default_icon": "19x19.png", "default_popup": "index.html" } } |