Real City Truck Simulator
Drive several loading trucks in the real game City Truck Simulator in a big city!
什么是Real City Truck Simulator?
Real City Truck Simulator是由lgamescon开发的Chrome扩展程序,该扩展的主要功能是“Drive several loading trucks in the real game City Truck Simulator in a big city!”。
扩展截图
下载Real City Truck Simulator扩展crx文件
下载Real City Truck Simulator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Drive several loading trucks in the real game City Truck Simulator in a big city! Transporting the materials to the destinations of the map.
扩展基本信息
名称 | |
ID | nnkojnpnebickigbfcdcmmpnmefabnin |
官方URL | https://chrome.google.com/webstore/detail/real-city-truck-simulator/nnkojnpnebickigbfcdcmmpnmefabnin |
简介 | Drive several loading trucks in the real game City Truck Simulator in a big city! |
文件大小 | 10.62 KB |
安装次数 | 7,553 |
当前版本 | 1.0 |
更新时间 | 2020-05-09 |
上架时间 | 2020-05-09 |
评分 | 2.33/5 共3次评分 |
开发者 | lgamescon |
付费类型 | free |
扩展官网 | https://mygames123.com/real-city-truck-simulator/ |
帮助页面URL | https://mygames123.com/real-city-truck-simulator/ |
支持的语言 | 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": "Real City Truck Simulator", "short_name": "Play Real City Truck Simulator Free Online Game", "description": "Drive several loading trucks in the real game City Truck Simulator in a big city!", "version": "1.0", "browser_action": { "default_title": "Real City Truck Simulator", "default_icon": "128.png" }, "icons": { "16": "128.png", "48": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |