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 |
| 官方網址 | 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
}
} | |