Aquapark

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

Wat is Aquapark?

Aquapark is een Chrome-extensie ontwikkeld door supergameslcon, en de belangrijkste functie is "Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Aquapark

Download Aquapark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Aquapark Aquapark
ID hdmaeeejpdbeahmnfgikmnelnocgghfo
Officiële URL https://chromewebstore.google.com/detail/aquapark/hdmaeeejpdbeahmnfgikmnelnocgghfo
Beschrijving Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points.
Bestandsgrootte 16.82 KB
Aantal Installaties 232
Huidige Versie 1.0
Laatst Bijgewerkt 2021-05-24
Publicatiedatum 2021-05-24
Ontwikkelaar supergameslcon
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cronegame.com/aquapark-io-play-game/
Help Pagina-URL https://cronegame.com/aquapark-io-play-game/
URL van de Privacybeleid Pagina https://cronegame.com/privacy-policy
Ondersteunde Talen 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
    }
}