Tetrimo

The best Tetris Chrome extension available!

Cos'è Tetrimo?

Tetrimo è un'estensione di Chrome sviluppata da morgan, e la sua funzione principale è "The best Tetris Chrome extension available!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tetrimo

Scarica i file di estensione Tetrimo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Tetrimo Tetrimo
ID imdepambpkeihclbblhefdodpchjommg
URL Ufficiale https://chrome.google.com/webstore/detail/tetrimo/imdepambpkeihclbblhefdodpchjommg
Descrizione The best Tetris Chrome extension available!
Dimensione del File 376 KB
Conteggio Installazioni 2,000
Versione Corrente 1.11.2
Ultimo Aggiornamento 2021-06-09
Data di Pubblicazione 2021-06-01
Valutazione 4.67/5 Totale 12 Valutazioni
Sviluppatore morgan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}