TETRAIN
TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
Wat is TETRAIN?
TETRAIN is een Chrome-extensie ontwikkeld door 1337hashedbrowns, en de belangrijkste functie is "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.".
Extensie Screenshots
Download het CRX-bestand van de extensie TETRAIN
Download TETRAIN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | TETRAIN |
ID | ahekimalhnapoaonpjnfmkncjehligge |
Officiële URL | https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge |
Beschrijving | TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window. |
Bestandsgrootte | 416 KB |
Aantal Installaties | 5,000 |
Huidige Versie | 2.0.3 |
Laatst Bijgewerkt | 2020-09-25 |
Publicatiedatum | 2020-08-20 |
Beoordeling | 4.32/5 Totaal 25 Beoordelingen |
Ontwikkelaar | 1337hashedbrowns |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://1337hashedbrowns.github.io/ |
Ondersteunde Talen | 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 } |