Parkour GO 2: Urban

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

O que é Parkour GO 2: Urban?

Parkour GO 2: Urban é uma extensão do Chrome desenvolvida por http://www.miniclipwe.com, e sua principal característica é "Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Parkour GO 2: Urban

Baixe arquivos de extensão Parkour GO 2: Urban no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Parkour GO 2: Urban Parkour GO 2: Urban
ID efjokgdifcdnoflfaigfgjhijohpfjii
URL Oficial https://chrome.google.com/webstore/detail/parkour-go-2-urban/efjokgdifcdnoflfaigfgjhijohpfjii
Descrição Parkour GO 2: Urban. With better graphics, controls and easy to do stunts!
Tamanho do Arquivo 22.15 KB
Contagem de Instalações 518
Versão Atual 1
Última Atualização 2018-07-03
Data de Publicação 2018-07-03
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor http://www.miniclipwe.com
Tipo de Pagamento free
Site da Extensão http://www.miniclipwe.com/games/play/parkour-go-2-urban
Idiomas Suportados 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
    }
}