Truck Driver Crazy Road 2

Game is the sequel of Truck Driver Crazy Road.You can play in 2 different game modes in this series: delivery mode and parking mode

O que é Truck Driver Crazy Road 2?

Truck Driver Crazy Road 2 é uma extensão do Chrome desenvolvida por http://www.pokiy.live, e sua principal característica é "Game is the sequel of Truck Driver Crazy Road.You can play in 2 different game modes in this series: delivery mode and parking mode".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Truck Driver Crazy Road 2

Baixe arquivos de extensão Truck Driver Crazy Road 2 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

                        This game is the sequel of Truck Driver Crazy Road. You can play in 2 different game modes in this series: delivery mode and parking mode. In delivery mode, you are driving a truck that carries cargo. You must drive through rough terrains and safely deliver all the stuff. In parking mode, you still control a truck and need to park it in a specified location without touching any of the obstacles. Have fun with Truck Driver Crazy Road 2!                    

Informações Básicas da Extensão

Nome Truck Driver Crazy Road 2 Truck Driver Crazy Road 2
ID njcakogajdkdbjonjaobmjdkognmokho
URL Oficial https://chrome.google.com/webstore/detail/truck-driver-crazy-road-2/njcakogajdkdbjonjaobmjdkognmokho
Descrição Game is the sequel of Truck Driver Crazy Road.You can play in 2 different game modes in this series: delivery mode and parking mode
Tamanho do Arquivo 38.64 KB
Contagem de Instalações 2,000
Versão Atual 1
Última Atualização 2018-03-09
Data de Publicação 2018-03-09
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor http://www.pokiy.live
Tipo de Pagamento free
Site da Extensão http://www.pokiy.live/games/play/truck-driver-crazy-road-2
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Truck Driver Crazy Road 2",
    "manifest_version": 2,
    "description": "Game is the sequel of Truck Driver Crazy Road.You can play in 2 different game modes in this series: delivery mode and parking mode",
    "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
    }
}