Tunnel Glider
Dodge 3D obstacles and speed through the tunnel. Click the extension icon to play!
什么是Tunnel Glider?
Tunnel Glider是由https://onionfist.net开发的Chrome扩展程序,该扩展的主要功能是“Dodge 3D obstacles and speed through the tunnel. Click the extension icon to play!”。
扩展截图
下载Tunnel Glider扩展crx文件
下载Tunnel Glider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pilot the 3D glider through a tunnel full of obstacles!
This game has been reworked. The controls are now Left, Up and Right arrow keys.
You can make your own levels too. 扩展基本信息
| 名称 | |
| ID | iahlhdckoidjglhdpdlmeidmpicggdin |
| 官方URL | https://chromewebstore.google.com/detail/tunnel-glider/iahlhdckoidjglhdpdlmeidmpicggdin |
| 简介 | Dodge 3D obstacles and speed through the tunnel. Click the extension icon to play! |
| 文件大小 | 4.01 MB |
| 安装次数 | 80,000 |
| 当前版本 | 0.018 |
| 更新时间 | 2023-03-04 |
| 上架时间 | 2022-01-21 |
| 评分 | 3.13/5 共24次评分 |
| 开发者 | https://onionfist.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://onionfist.net/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tunnel Glider",
"short_name": "Tunnel Glider",
"description": "Dodge 3D obstacles and speed through the tunnel. Click the extension icon to play!",
"version": "0.018",
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"action": {
"default_icon": "assets\/icons\/icon.png",
"default_popup": "index.html"
},
"permissions": [
"storage"
]
} | |