Ketris
Simple tetris-type game to waste you time on.
Wat is Ketris?
Ketris is een Chrome-extensie ontwikkeld door KetsuneH, en de belangrijkste functie is "Simple tetris-type game to waste you time on.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ketris
Download Ketris-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
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.
Basisinformatie over de Extensie
Naam | |
ID | coggohhjjkecjfcdochinpmjfhgpdenb |
Officiële URL | https://chrome.google.com/webstore/detail/ketris/coggohhjjkecjfcdochinpmjfhgpdenb |
Beschrijving | Simple tetris-type game to waste you time on. |
Bestandsgrootte | 11.5 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2021-10-11 |
Publicatiedatum | 2021-10-11 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | KetsuneH |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/KeFx/Ketris |
Ondersteunde Talen | 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" } } |