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

Qu'est-ce que Truck Driver Crazy Road 2 ?

Truck Driver Crazy Road 2 est une extension Chrome développée par http://www.pokiy.live, et sa fonction principale est "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".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Truck Driver Crazy Road 2

Téléchargez les fichiers d'extension Truck Driver Crazy Road 2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Truck Driver Crazy Road 2 Truck Driver Crazy Road 2
ID njcakogajdkdbjonjaobmjdkognmokho
URL Officiel https://chrome.google.com/webstore/detail/truck-driver-crazy-road-2/njcakogajdkdbjonjaobmjdkognmokho
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
Taille du Fichier 38.64 KB
Nombre d'Installations 2,000
Version Actuelle 1
Dernière Mise à Jour 2018-03-09
Date de Publication 2018-03-09
Évaluation 2.33/5 Total 3 Évaluations
Développeur http://www.pokiy.live
Type de Paiement free
Site Web de l'Extension http://www.pokiy.live/games/play/truck-driver-crazy-road-2
Langues Prises en Charge 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
    }
}