Parkour GO 2: Urban
Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!
Hvad er Parkour GO 2: Urban?
Parkour GO 2: Urban er en Chrome-udvidelse udviklet af http://www.miniclipwe.com, og dens hovedfunktion er "Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!".
Udvidelsesskærmbilleder
Download Parkour GO 2: Urban-udvidelses-CRX-fil
Download Parkour GO 2: Urban-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | efjokgdifcdnoflfaigfgjhijohpfjii |
Officiel URL | https://chrome.google.com/webstore/detail/parkour-go-2-urban/efjokgdifcdnoflfaigfgjhijohpfjii |
Beskrivelse | Parkour GO 2: Urban. With better graphics, controls and easy to do stunts! |
Filstørrelse | 22.15 KB |
Antal Installationer | 518 |
Nuværende Version | 1 |
Senest Opdateret | 2018-07-03 |
Udgivelsesdato | 2018-07-03 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | http://www.miniclipwe.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.miniclipwe.com/games/play/parkour-go-2-urban |
Understøttede Sprog | 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 } } |