TETRAIN

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

Cos'è TETRAIN?

TETRAIN è un'estensione di Chrome sviluppata da 1337hashedbrowns, e la sua funzione principale è "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TETRAIN

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

                        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                    

Informazioni di Base sull'Estensione

Nome TETRAIN TETRAIN
ID ahekimalhnapoaonpjnfmkncjehligge
URL Ufficiale https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge
Descrizione TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
Dimensione del File 416 KB
Conteggio Installazioni 5,000
Versione Corrente 2.0.3
Ultimo Aggiornamento 2020-09-25
Data di Pubblicazione 2020-08-20
Valutazione 4.32/5 Totale 25 Valutazioni
Sviluppatore 1337hashedbrowns
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://1337hashedbrowns.github.io/
Lingue Supportate 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
}