Ketris Game
Play a fun arcade game in a popup and score high marks with pre-filling feature.
¿Qué es Ketris Game?
Ketris Game es una extensión de Chrome desarrollada por Game Anytime, y su función principal es "Play a fun arcade game in a popup and score high marks with pre-filling feature.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ketris Game
Descarga archivos de extensión Ketris Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | jpockdmmdldalpnfplmnimelahojkjbn |
URL Oficial | https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn |
Descripción | Play a fun arcade game in a popup and score high marks with pre-filling feature. |
Tamaño del Archivo | 13.27 KB |
Cantidad de Instalaciones | 245 |
Versión Actual | 0.1.1 |
Última Actualización | 2022-07-28 |
Fecha de Publicación | 2022-05-26 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Game Anytime |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.gameanytime.co/privacy-policy |
Idiomas Soportados | 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 } |