Traffic Control

In this game you need to control all cars acrossing the corssroad and make the cars do not hit.

什么是Traffic Control?

Traffic Control是由https://www.greenislet.com开发的Chrome扩展程序,该扩展的主要功能是“In this game you need to control all cars acrossing the corssroad and make the cars do not hit.”。

扩展截图

screenshot

下载Traffic Control扩展crx文件

下载Traffic Control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ** How to Play ** 
control the car by stopping or dragging to the moving direction to avoid collision.                    

扩展基本信息

名称 Traffic Control Traffic Control
ID nmgggmggdammeedhhlpkhoancgkhdaoe
官方URL https://chromewebstore.google.com/detail/traffic-control/nmgggmggdammeedhhlpkhoancgkhdaoe
简介 In this game you need to control all cars acrossing the corssroad and make the cars do not hit.
文件大小 37.21 KB
安装次数 347
当前版本 1.8.9
更新时间 2018-03-08
上架时间 2018-03-08
评分 4.33/5 共6次评分
开发者 https://www.greenislet.com
付费类型 free
隐私政策页面URL http://www.greenislet.com/privacy_policy.html
支持的语言 en,en-GB,en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "__MSG_appName__"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Traffic Control",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.9"
}