TETRAIN
TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
TETRAIN là gì?
TETRAIN là một tiện ích mở rộng Chrome được phát triển bởi 1337hashedbrowns, và tính năng chính của nó là "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TETRAIN
Tải xuống các tệp mở rộng TETRAIN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TETRAIN |
ID | ahekimalhnapoaonpjnfmkncjehligge |
URL Chính Thức | https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge |
Mô tả | TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window. |
Kích Thước Tệp | 416 KB |
Số Lần Cài Đặt | 5,000 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2020-09-25 |
Ngày Phát Hành | 2020-08-20 |
Đánh Giá | 4.32/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | 1337hashedbrowns |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://1337hashedbrowns.github.io/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |