TETRAIN
TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
TETRAINคืออะไร?
TETRAIN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 1337hashedbrowns และคุณลักษณะหลักของมันคือ "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TETRAIN
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |