Ketris Game
Play a fun arcade game in a popup and score high marks with pre-filling feature.
Cos'è Ketris Game?
Ketris Game è un'estensione di Chrome sviluppata da Game Anytime, e la sua funzione principale è "Play a fun arcade game in a popup and score high marks with pre-filling feature.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ketris Game
Scarica i file di estensione Ketris Game 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
This chrome extension allows you to play classic arcade game anytime and anywhere. For helping you make quick judgement in the game, a virtual clone of the falling block will fit into lines at the bottom ahead of time. To start the game, just click on the Ketris icon in the top right corner of your browser! There is no need to worry about closing the popup because the extension can remembers where you left off last time.
Informazioni di Base sull'Estensione
Nome | |
ID | jpockdmmdldalpnfplmnimelahojkjbn |
URL Ufficiale | https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn |
Descrizione | Play a fun arcade game in a popup and score high marks with pre-filling feature. |
Dimensione del File | 13.27 KB |
Conteggio Installazioni | 245 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2022-07-28 |
Data di Pubblicazione | 2022-05-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Game Anytime |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.gameanytime.co/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ketris Game", "short_name": "Ketris", "version": "0.1.1", "description": "Play a fun arcade game in a popup and score high marks with pre-filling feature.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |