TETRAIN

TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.

¿Qué es TETRAIN?

TETRAIN es una extensión de Chrome desarrollada por 1337hashedbrowns, y su función principal es "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión TETRAIN

Descarga archivos de extensión TETRAIN 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

                        TETRAIN is a fun chrome extension game to play when you are bored. It is highly customisable with lots of fun features and updates. It is able to be played online or offline.

Featuring
- Automatically saves your game when you exit
- Custom Piece Textures
- Gamemodes
- Customisable Keys
- Customisable window sizes
- Lots of other settings!

Contact (Bugs & Support): [email protected]

Made by TheSavageTeddy and Roxiun                    

Información Básica de la Extensión

Nombre TETRAIN TETRAIN
ID ahekimalhnapoaonpjnfmkncjehligge
URL Oficial https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge
Descripción TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
Tamaño del Archivo 416 KB
Cantidad de Instalaciones 5,000
Versión Actual 2.0.3
Última Actualización 2020-09-25
Fecha de Publicación 2020-08-20
Calificación 4.32/5 Total de 25 Calificaciones
Desarrollador 1337hashedbrowns
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://1337hashedbrowns.github.io/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TETRAIN",
    "version": "2.0.3",
    "description": "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.",
    "author": "Roxiun & TheSavageTeddy",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "app\/img\/tetrain_128x.png",
        "default_popup": "popup.html",
        "default_title": "TETRAIN"
    },
    "options_ui": {
        "page": "app\/html\/settings.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "app\/img\/128.png"
    },
    "offline_enabled": true,
    "manifest_version": 2
}