Bus Mountain Drive
Bus Mountain Road is a bus simulation game in the mountains.
Was ist Bus Mountain Drive?
Bus Mountain Drive ist eine Chrome-Erweiterung, die von forgames entwickelt wurde, und ihr Hauptmerkmal ist "Bus Mountain Road is a bus simulation game in the mountains.".
Erweiterungsscreenshots
Bus Mountain Drive-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bus Mountain Drive-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
Discover now if you are a good bus driver walking the roads more dangerous. To do this put the safety belt and start the path very carefully, because you will have to go through a mountain full of curves. However avoid hitting the cars that climb and descend, not to lose points. But if you are able to stay in control of this bus, prepare yourself, because the roads will be increasingly challenging and surprising, and only the best drivers will be able to complete the crossing.
Grundlegende Informationen zur Erweiterung
Name | Bus Mountain Drive |
ID | igkahjifnfkdaekmfddldheeddgmmbpp |
Offizielle URL | https://chromewebstore.google.com/detail/bus-mountain-drive/igkahjifnfkdaekmfddldheeddgmmbpp |
Beschreibung | Bus Mountain Road is a bus simulation game in the mountains. |
Dateigröße | 44.03 KB |
Installationsanzahl | 4,106 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-05-09 |
Veröffentlichungsdatum | 2020-05-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | forgames |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://cronegame.com/bus-mountain-drive/ |
Hilfeseite URL | https://cronegame.com/bus-mountain-drive/ |
URL der Datenschutzrichtlinien-Seite | https://cronegame.com/privacy-policy |
Unterstützte Sprachen | de,en,en-GB,en-US,es,it,pt-BR,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Bus Mountain Drive", "short_name": "Play Bus Mountain Drive Free Online Game", "description": "Bus Mountain Road is a bus simulation game in the mountains.", "version": "1.0", "browser_action": { "default_title": "Bus Mountain Drive", "default_icon": "128.png" }, "icons": { "16": "128.png", "48": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |