Aquapark

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

Was ist Aquapark?

Aquapark ist eine Chrome-Erweiterung, die von supergameslcon entwickelt wurde, und ihr Hauptmerkmal ist "Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Aquapark-Erweiterungs-CRX-Datei herunterladen

Laden Sie Aquapark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Aquapark Aquapark
ID hdmaeeejpdbeahmnfgikmnelnocgghfo
Offizielle URL https://chromewebstore.google.com/detail/aquapark/hdmaeeejpdbeahmnfgikmnelnocgghfo
Beschreibung Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points.
Dateigröße 16.82 KB
Installationsanzahl 232
Aktuelle Version 1.0
Letztes Update 2021-05-24
Veröffentlichungsdatum 2021-05-24
Entwickler supergameslcon
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cronegame.com/aquapark-io-play-game/
Hilfeseite URL https://cronegame.com/aquapark-io-play-game/
URL der Datenschutzrichtlinien-Seite https://cronegame.com/privacy-policy
Unterstützte Sprachen 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
    }
}