Tetr1s

Based in block line idea game. Play for fun!

¿Qué es Tetr1s?

Tetr1s es una extensión de Chrome desarrollada por karavchenkovika, y su función principal es "Based in block line idea game. Play for fun!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tetr1s

Descarga archivos de extensión Tetr1s en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This chrome extension allows you to play your favorite arcade game, anytime, anywhere! Just click on the tetrys icon in the top right corner of your browser, and start playing! The extension remembers where you left off, so dont worry about closing the popup. If you loved Tetr1s, you'll love this game.

Blocktris Game opens in the popup in your browser by clicking on icon.
Blocktris - play a classical authentic version of this cool game. Fit the blocks in their place - use the "down" arrow to speed the drop, and the "up" arrow to turn flip the pieces. inspired but not to be confused by Tetr1s 

How do you play?

The Tetrys game requires players to strategically rotate, move, and drop a procession of Tetriminos that fall into the rectangular Matrix at increasing speeds. Players attempt to clear as many lines as possible by completing horizontal rows of blocks without empty space, but if the Tetriminos surpass the Skyline the game is over! It might sound simple, but strategy and speed can go a long way! Are YOU up for the challenge?                    

Información Básica de la Extensión

Nombre Tetr1s Tetr1s
ID npaahgignhbomdaaldmgjfnkdfkaiodn
URL Oficial https://chrome.google.com/webstore/detail/tetr1s/npaahgignhbomdaaldmgjfnkdfkaiodn
Descripción Based in block line idea game. Play for fun!
Tamaño del Archivo 31.61 KB
Cantidad de Instalaciones 20,000
Versión Actual 10.3.2021.1
Última Actualización 2021-11-22
Fecha de Publicación 2021-03-14
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador karavchenkovika
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.chromethemer.com/privacy.html
Idiomas Soportados en
manifest.json
{
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Based in block line idea game. Play for fun!",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 3,
    "name": "Tetr1s",
    "offline_enabled": true,
    "short_name": "Tetr1s",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "10.3.2021.1"
}