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
Τι είναι το Truck Driver Crazy Road 2;
Το Truck Driver Crazy Road 2 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.pokiy.live, και η κύρια λειτουργία του είναι "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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Truck Driver Crazy Road 2
Λήψη αρχείων επέκτασης Truck Driver Crazy Road 2 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | njcakogajdkdbjonjaobmjdkognmokho |
Επίσημο URL | https://chrome.google.com/webstore/detail/truck-driver-crazy-road-2/njcakogajdkdbjonjaobmjdkognmokho |
Περιγραφή | 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 |
Μέγεθος Αρχείου | 38.64 KB |
Αριθμός Εγκαταστάσεων | 2,000 |
Τρέχουσα Έκδοση | 1 |
Τελευταία Ενημέρωση | 2018-03-09 |
Ημερομηνία Δημοσίευσης | 2018-03-09 |
Αξιολόγηση | 2.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | http://www.pokiy.live |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.pokiy.live/games/play/truck-driver-crazy-road-2 |
Υποστηριζόμενες Γλώσσες | 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 } } |