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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Aquapark Aquapark
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
Eメール [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
    }
}