Gold Train
Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in
Τι είναι το Gold Train;
Το Gold Train είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.plonga.live, και η κύρια λειτουργία του είναι "Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gold Train
Λήψη αρχείων επέκτασης Gold Train σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Gold Train is the train puzzle game in which you are a rail road manager in charge of designing track for trains to reach their destination successfully. You will have a set number of pieces of track to lay in which ever order you choose however there will be a specific number of each type. Straights, 90 degree left and 90 right turn pieces of track will be needed to create to track layout ready for the trains to travel along. Use you thinking skills to solve each puzzle and move onto the next level. Make sure that you direct the trains to collect the coins dotted around for extra points. Good luck!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dcflkfbfbhgbmhemjcjmggdehjfgoani |
Επίσημο URL | https://chrome.google.com/webstore/detail/gold-train/dcflkfbfbhgbmhemjcjmggdehjfgoani |
Περιγραφή | Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in |
Μέγεθος Αρχείου | 18.02 KB |
Αριθμός Εγκαταστάσεων | 26 |
Τρέχουσα Έκδοση | 1 |
Τελευταία Ενημέρωση | 2018-08-30 |
Ημερομηνία Δημοσίευσης | 2018-08-30 |
Προγραμματιστής | http://www.plonga.live |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.plonga.live/games/play/gold-train |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gold Train", "manifest_version": 2, "description": "Gold Train is the train puzzle game,ou will have a set number of pieces of track to lay in", "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 } } |