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

Was ist Truck Driver Crazy Road 2?

Truck Driver Crazy Road 2 ist eine Chrome-Erweiterung, die von http://www.pokiy.live entwickelt wurde, und ihr Hauptmerkmal ist "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".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Truck Driver Crazy Road 2-Erweiterungs-CRX-Datei herunterladen

Laden Sie Truck Driver Crazy Road 2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Truck Driver Crazy Road 2 Truck Driver Crazy Road 2
ID njcakogajdkdbjonjaobmjdkognmokho
Offizielle URL https://chrome.google.com/webstore/detail/truck-driver-crazy-road-2/njcakogajdkdbjonjaobmjdkognmokho
Beschreibung 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
Dateigröße 38.64 KB
Installationsanzahl 2,000
Aktuelle Version 1
Letztes Update 2018-03-09
Veröffentlichungsdatum 2018-03-09
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler http://www.pokiy.live
Zahlungsart free
Erweiterungswebsite http://www.pokiy.live/games/play/truck-driver-crazy-road-2
Unterstützte Sprachen 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
    }
}