Tetris X
Play tetris in a popup, also includes HOLD, NEXT, and settings!
Apa itu Tetris X?
Tetris X adalah ekstensi Chrome yang dikembangkan oleh Trinkance, dan fitur utamanya adalah "Play tetris in a popup, also includes HOLD, NEXT, and settings!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tetris X
Unduh file ekstensi Tetris X 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
Click the Tetris piece in the top right corner (or the puzzle piece if you didn't pin it) and start playing your favorite arcade game! It will save when you close it and you can also customize it! Use horizontal arrow keys to move Up arrow key to rotate Down arrow to speed fall Space to place down C to hold R to reset
Informasi Dasar Ekstensi
Nama | |
ID | jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
URL Resmi | https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
Deskripsi | Play tetris in a popup, also includes HOLD, NEXT, and settings! |
Ukuran File | 11.63 KB |
Jumlah Instalasi | 30,000 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2022-04-04 |
Tanggal Publikasi | 2022-01-31 |
Penilaian | 4.00/5 Total 3 Penilaian |
Pengembang | Trinkance |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tetris X", "description": "Play tetris in a popup, also includes HOLD, NEXT, and settings!", "version": "1.0.4", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "permissions": [ "storage" ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |