Bus Mountain Drive
Bus Mountain Road is a bus simulation game in the mountains.
什么是Bus Mountain Drive?
Bus Mountain Drive是由forgames开发的Chrome扩展程序,该扩展的主要功能是“Bus Mountain Road is a bus simulation game in the mountains.”。
扩展截图
下载Bus Mountain Drive扩展crx文件
下载Bus Mountain Drive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Bus Mountain Drive |
ID | igkahjifnfkdaekmfddldheeddgmmbpp |
官方URL | https://chromewebstore.google.com/detail/bus-mountain-drive/igkahjifnfkdaekmfddldheeddgmmbpp |
简介 | Bus Mountain Road is a bus simulation game in the mountains. |
文件大小 | 44.03 KB |
安装次数 | 4,106 |
当前版本 | 1.0 |
更新时间 | 2020-05-09 |
上架时间 | 2020-05-09 |
评分 | 5.00/5 共1次评分 |
开发者 | forgames |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://cronegame.com/bus-mountain-drive/ |
帮助页面URL | https://cronegame.com/bus-mountain-drive/ |
隐私政策页面URL | https://cronegame.com/privacy-policy |
支持的语言 | 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 } } |