Aquapark

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

Aquapark क्या है?

Aquapark supergameslcon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Slide faster than your opponents! Push opponents off the track to eliminate them and earn more points."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aquapark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}