TETRAIN
TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
Was ist TETRAIN?
TETRAIN ist eine Chrome-Erweiterung, die von 1337hashedbrowns entwickelt wurde, und ihr Hauptmerkmal ist "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.".
Erweiterungsscreenshots
TETRAIN-Erweiterungs-CRX-Datei herunterladen
Laden Sie TETRAIN-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | TETRAIN |
ID | ahekimalhnapoaonpjnfmkncjehligge |
Offizielle URL | https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge |
Beschreibung | TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window. |
Dateigröße | 416 KB |
Installationsanzahl | 5,000 |
Aktuelle Version | 2.0.3 |
Letztes Update | 2020-09-25 |
Veröffentlichungsdatum | 2020-08-20 |
Bewertung | 4.32/5 Insgesamt 25 Bewertungen |
Entwickler | 1337hashedbrowns |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://1337hashedbrowns.github.io/ |
Unterstützte Sprachen | 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 } |