Tetrys Offline
Tetrys is free game in popup. You can play offline or online.
什么是Tetrys Offline?
Tetrys Offline是由extensionproduct开发的Chrome扩展程序,该扩展的主要功能是“Tetrys is free game in popup. You can play offline or online.”。
扩展截图
下载Tetrys Offline扩展crx文件
下载Tetrys Offline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tetrys is popular free game in popup. Users can play offline or online for relax. This extension is based on open-source code of similar game Tetris. The goal is to get blocktris into a line. More time more points! Click to icon for start. Click to PLAY button at the bottom of the popup. Use right arrow, left arrow, down arrow and arrow up for rotate of block. For new game click to PLAY AGAIN. Good luck!
扩展基本信息
名称 | |
ID | pkpmakghhlpgpajkklfmajeenelcjbpg |
官方URL | https://chrome.google.com/webstore/detail/tetrys-offline/pkpmakghhlpgpajkklfmajeenelcjbpg |
简介 | Tetrys is free game in popup. You can play offline or online. |
文件大小 | 91.34 KB |
安装次数 | 792 |
当前版本 | 1.0.0 |
更新时间 | 2021-11-15 |
上架时间 | 2021-11-15 |
评分 | 5.00/5 共1次评分 |
开发者 | extensionproduct |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetrys Offline", "description": "Tetrys is free game in popup. You can play offline or online.", "version": "1.0.0", "offline_enabled": true, "icons": { "128": "128x128.png", "16": "16x16.png", "48": "48x48.png" }, "browser_action": { "default_icon": "19x19.png", "default_popup": "index.html" } } |