Tetrimo
The best Tetris Chrome extension available!
Vad är Tetrimo?
Tetrimo är en Chrome-tillägg utvecklad av morgan, och dess huvudfunktion är "The best Tetris Chrome extension available!".
Tilläggsskärmbilder
Ladda ner Tetrimo-förlängningens CRX-fil
Ladda ner Tetrimo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | imdepambpkeihclbblhefdodpchjommg |
Officiell webbadress | https://chrome.google.com/webstore/detail/tetrimo/imdepambpkeihclbblhefdodpchjommg |
Beskrivning | The best Tetris Chrome extension available! |
Filstorlek | 376 KB |
Antal Installationer | 2,000 |
Aktuell Version | 1.11.2 |
Senast Uppdaterad | 2021-06-09 |
Publiceringsdatum | 2021-06-01 |
Betyg | 4.67/5 Totalt 12 Betyg |
Utvecklare | morgan |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |