Tetrimo
The best Tetris Chrome extension available!
Apa itu Tetrimo?
Tetrimo adalah ekstensi Chrome yang dikembangkan oleh morgan, dan fitur utamanya adalah "The best Tetris Chrome extension available!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tetrimo
Unduh file ekstensi Tetrimo 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 Tetris Chrome extension: - Shows the next 5 pieces - Uses the proper 7-bag system - Has holding - Has wall kicks - Has slowly increasing gravity - Has automatic saving - Has key sensitivity controls - Has a restart button - Awards points for: - T-spins (Singles, Doubles, and Triples) - Double Line Cleared - Triple Line Cleared - Tetris AKA Quad Line Cleared - There are multipliers for combos and back to backs
Informasi Dasar Ekstensi
Nama | |
ID | imdepambpkeihclbblhefdodpchjommg |
URL Resmi | https://chrome.google.com/webstore/detail/tetrimo/imdepambpkeihclbblhefdodpchjommg |
Deskripsi | The best Tetris Chrome extension available! |
Ukuran File | 376 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 1.11.2 |
Terakhir Diperbarui | 2021-06-09 |
Tanggal Publikasi | 2021-06-01 |
Penilaian | 4.67/5 Total 12 Penilaian |
Pengembang | morgan |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetrimo", "version": "1.11.2", "description": "The best Tetris Chrome extension available!", "browser_action": { "default_icon": "icon.png", "default_title": "Tetrimo", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "icons": { "128": "icon.png" } } |