Parkour GO 2: Urban

Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!

Was ist Parkour GO 2: Urban?

Parkour GO 2: Urban ist eine Chrome-Erweiterung, die von http://www.miniclipwe.com entwickelt wurde, und ihr Hauptmerkmal ist "Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Parkour GO 2: Urban-Erweiterungs-CRX-Datei herunterladen

Laden Sie Parkour GO 2: Urban-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

                        Since you liked the first one, we proudly present you Parkour GO 2: Urban. With better graphics, controls and easy to do stunts! Just like the first one, your goal is to climb from one place to an other, and reach the red point. There are 10 challenging levels. The faster you finish the higher your points will be. Unlock all the achievements from easy to hard. The city is your playground, have fun and risk it all!                    

Grundlegende Informationen zur Erweiterung

Name Parkour GO 2: Urban Parkour GO 2: Urban
ID efjokgdifcdnoflfaigfgjhijohpfjii
Offizielle URL https://chrome.google.com/webstore/detail/parkour-go-2-urban/efjokgdifcdnoflfaigfgjhijohpfjii
Beschreibung Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!
Dateigröße 22.15 KB
Installationsanzahl 518
Aktuelle Version 1
Letztes Update 2018-07-03
Veröffentlichungsdatum 2018-07-03
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler http://www.miniclipwe.com
Zahlungsart free
Erweiterungswebsite http://www.miniclipwe.com/games/play/parkour-go-2-urban
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Parkour GO 2: Urban",
    "manifest_version": 2,
    "description": "Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "version": "1",
    "browser_action": [],
    "chrome_accept_languages": {
        "message": "$CHROME$ accepts $languages$ languages",
        "placeholders": {
            "chrome": {
                "content": "Chrome",
                "example": "Chrome"
            },
            "languages": {
                "content": "$1",
                "example": "en,sr,de"
            }
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    }
}