TETRAIN
TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
什么是TETRAIN?
TETRAIN是由1337hashedbrowns开发的Chrome扩展程序,该扩展的主要功能是“TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.”。
扩展截图
下载TETRAIN扩展crx文件
下载TETRAIN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | TETRAIN |
ID | ahekimalhnapoaonpjnfmkncjehligge |
官方URL | https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge |
简介 | TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window. |
文件大小 | 416 KB |
安装次数 | 5,000 |
当前版本 | 2.0.3 |
更新时间 | 2020-09-25 |
上架时间 | 2020-08-20 |
评分 | 4.32/5 共25次评分 |
开发者 | 1337hashedbrowns |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://1337hashedbrowns.github.io/ |
支持的语言 | 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 } |