Parkour GO 2: Urban
Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!
Что такое Parkour GO 2: Urban?
Parkour GO 2: Urban - это расширение Chrome, разработанное http://www.miniclipwe.com, и его основная функция - "Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!".
Снимки экрана расширения
Скачать файл CRX расширения Parkour GO 2: Urban
Скачайте файлы расширений Parkour GO 2: Urban в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | |
ID | efjokgdifcdnoflfaigfgjhijohpfjii |
Официальный URL | https://chrome.google.com/webstore/detail/parkour-go-2-urban/efjokgdifcdnoflfaigfgjhijohpfjii |
Описание | Parkour GO 2: Urban. With better graphics, controls and easy to do stunts! |
Размер файла | 22.15 KB |
Количество установок | 518 |
Текущая Версия | 1 |
Последнее Обновление | 2018-07-03 |
Дата публикации | 2018-07-03 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | http://www.miniclipwe.com |
Тип оплаты | free |
Официальный сайт расширения | http://www.miniclipwe.com/games/play/parkour-go-2-urban |
Поддерживаемые языки | 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 } } |