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
Cos'è Truck Driver Crazy Road 2?
Truck Driver Crazy Road 2 è un'estensione di Chrome sviluppata da http://www.pokiy.live, e la sua funzione principale è "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".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Truck Driver Crazy Road 2
Scarica i file di estensione Truck Driver Crazy Road 2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | njcakogajdkdbjonjaobmjdkognmokho |
URL Ufficiale | https://chrome.google.com/webstore/detail/truck-driver-crazy-road-2/njcakogajdkdbjonjaobmjdkognmokho |
Descrizione | 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 |
Dimensione del File | 38.64 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2018-03-09 |
Data di Pubblicazione | 2018-03-09 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | http://www.pokiy.live |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.pokiy.live/games/play/truck-driver-crazy-road-2 |
Lingue Supportate | 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 } } |