TETRAIN
TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
Qu'est-ce que TETRAIN ?
TETRAIN est une extension Chrome développée par 1337hashedbrowns, et sa fonction principale est "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TETRAIN
Téléchargez les fichiers d'extension TETRAIN au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | TETRAIN |
ID | ahekimalhnapoaonpjnfmkncjehligge |
URL Officiel | https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge |
Description | TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window. |
Taille du Fichier | 416 KB |
Nombre d'Installations | 5,000 |
Version Actuelle | 2.0.3 |
Dernière Mise à Jour | 2020-09-25 |
Date de Publication | 2020-08-20 |
Évaluation | 4.32/5 Total 25 Évaluations |
Développeur | 1337hashedbrowns |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://1337hashedbrowns.github.io/ |
Langues Prises en Charge | 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 } |