Aquapark

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

Что такое Aquapark?

Aquapark - это расширение Chrome, разработанное supergameslcon, и его основная функция - "Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Aquapark

Скачайте файлы расширений 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
Электронная почта [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
    }
}