Ketris Game
Play a fun arcade game in a popup and score high marks with pre-filling feature.
Wat is Ketris Game?
Ketris Game is een Chrome-extensie ontwikkeld door Game Anytime, en de belangrijkste functie is "Play a fun arcade game in a popup and score high marks with pre-filling feature.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ketris Game
Download Ketris Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jpockdmmdldalpnfplmnimelahojkjbn |
Officiële URL | https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn |
Beschrijving | Play a fun arcade game in a popup and score high marks with pre-filling feature. |
Bestandsgrootte | 13.27 KB |
Aantal Installaties | 245 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2022-07-28 |
Publicatiedatum | 2022-05-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Game Anytime |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.gameanytime.co/privacy-policy |
Ondersteunde Talen | 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 } |