Tetris X

Play tetris in a popup, also includes HOLD, NEXT, and settings!

Cos'è Tetris X?

Tetris X è un'estensione di Chrome sviluppata da Trinkance, e la sua funzione principale è "Play tetris in a popup, also includes HOLD, NEXT, and settings!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tetris X

Scarica i file di estensione Tetris X 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

                        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                    

Informazioni di Base sull'Estensione

Nome Tetris X Tetris X
ID jjbjacdhlcdkmdoincbbmhcbhlgbeieg
URL Ufficiale https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg
Descrizione Play tetris in a popup, also includes HOLD, NEXT, and settings!
Dimensione del File 11.63 KB
Conteggio Installazioni 30,000
Versione Corrente 1.0.4
Ultimo Aggiornamento 2022-04-04
Data di Pubblicazione 2022-01-31
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Trinkance
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}