Aquapark
Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points.
什么是Aquapark?
Aquapark是由supergameslcon开发的Chrome扩展程序,该扩展的主要功能是“Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points.”。
扩展截图
下载Aquapark扩展crx文件
下载Aquapark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Aquapark is a multiplayer adventure game that brings a dynamic of dispute in a "water slide", those large slides present in water parks. The idea is to always come first, but it is possible to cut path, perform tricks, among other tricks. 扩展基本信息
| 名称 | |
| ID | hdmaeeejpdbeahmnfgikmnelnocgghfo |
| 官方URL | https://chromewebstore.google.com/detail/aquapark/hdmaeeejpdbeahmnfgikmnelnocgghfo |
| 简介 | Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points. |
| 文件大小 | 16.82 KB |
| 安装次数 | 232 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-05-24 |
| 上架时间 | 2021-05-24 |
| 开发者 | supergameslcon |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://cronegame.com/aquapark-io-play-game/ |
| 帮助页面URL | https://cronegame.com/aquapark-io-play-game/ |
| 隐私政策页面URL | https://cronegame.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Aquapark",
"short_name": "Play Aquapark Free Online Game",
"description": "Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points.",
"version": "1.0",
"browser_action": {
"default_title": "Aquapark",
"default_icon": "128.png"
},
"icons": {
"16": "128.png",
"48": "128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
}
} | |