Aquapark

Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points.

What is Aquapark?

Aquapark is a Chrome extension developed by supergameslcon, and its main feature is "Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Aquapark Extension CRX File

Download Aquapark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Aquapark Aquapark
ID hdmaeeejpdbeahmnfgikmnelnocgghfo
Official URL https://chromewebstore.google.com/detail/aquapark/hdmaeeejpdbeahmnfgikmnelnocgghfo
Description Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points.
File Size 16.82 KB
Installation Count 232
Current Version 1.0
Last Updated 2021-05-24
Publish Date 2021-05-24
Developer supergameslcon
Email [email protected]
Payment Type free
Extension Website https://cronegame.com/aquapark-io-play-game/
Help Page URL https://cronegame.com/aquapark-io-play-game/
Privacy Policy Page URL https://cronegame.com/privacy-policy
Supported Languages 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
    }
}