Parkour GO 2: Urban
Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!
Vad är Parkour GO 2: Urban?
Parkour GO 2: Urban är en Chrome-tillägg utvecklad av http://www.miniclipwe.com, och dess huvudfunktion är "Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!".
Tilläggsskärmbilder
Ladda ner Parkour GO 2: Urban-förlängningens CRX-fil
Ladda ner Parkour GO 2: Urban-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | efjokgdifcdnoflfaigfgjhijohpfjii |
Officiell webbadress | https://chrome.google.com/webstore/detail/parkour-go-2-urban/efjokgdifcdnoflfaigfgjhijohpfjii |
Beskrivning | Parkour GO 2: Urban. With better graphics, controls and easy to do stunts! |
Filstorlek | 22.15 KB |
Antal Installationer | 518 |
Aktuell Version | 1 |
Senast Uppdaterad | 2018-07-03 |
Publiceringsdatum | 2018-07-03 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://www.miniclipwe.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.miniclipwe.com/games/play/parkour-go-2-urban |
Stödda Språk | 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 } } |