Ketris Game
Play a fun arcade game in a popup and score high marks with pre-filling feature.
Apa itu Ketris Game?
Ketris Game adalah ekstensi Chrome yang dikembangkan oleh Game Anytime, dan fitur utamanya adalah "Play a fun arcade game in a popup and score high marks with pre-filling feature.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ketris Game
Unduh file ekstensi Ketris Game 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
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.
Informasi Dasar Ekstensi
Nama | |
ID | jpockdmmdldalpnfplmnimelahojkjbn |
URL Resmi | https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn |
Deskripsi | Play a fun arcade game in a popup and score high marks with pre-filling feature. |
Ukuran File | 13.27 KB |
Jumlah Instalasi | 245 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2022-07-28 |
Tanggal Publikasi | 2022-05-26 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Game Anytime |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.gameanytime.co/privacy-policy |
Bahasa yang Didukung | 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 } |