Ketris
Simple tetris-type game to waste you time on.
Apa itu Ketris?
Ketris adalah ekstensi Chrome yang dikembangkan oleh KetsuneH, dan fitur utamanya adalah "Simple tetris-type game to waste you time on.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ketris
Unduh file ekstensi Ketris dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | coggohhjjkecjfcdochinpmjfhgpdenb |
URL Resmi | https://chrome.google.com/webstore/detail/ketris/coggohhjjkecjfcdochinpmjfhgpdenb |
Deskripsi | Simple tetris-type game to waste you time on. |
Ukuran File | 11.5 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2021-10-11 |
Tanggal Publikasi | 2021-10-11 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | KetsuneH |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/KeFx/Ketris |
Bahasa yang Didukung | 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" } } |