Traffic Control
In this game you need to control all cars acrossing the corssroad and make the cars do not hit.
What is Traffic Control?
Traffic Control is a Chrome extension developed by https://www.greenislet.com, and its main feature is "In this game you need to control all cars acrossing the corssroad and make the cars do not hit.".
Extension Screenshots
Download Traffic Control Extension CRX File
Download Traffic Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
** How to Play ** control the car by stopping or dragging to the moving direction to avoid collision.
Extension Basic Information
Name | Traffic Control |
ID | nmgggmggdammeedhhlpkhoancgkhdaoe |
Official URL | https://chromewebstore.google.com/detail/traffic-control/nmgggmggdammeedhhlpkhoancgkhdaoe |
Description | In this game you need to control all cars acrossing the corssroad and make the cars do not hit. |
File Size | 37.21 KB |
Installation Count | 347 |
Current Version | 1.8.9 |
Last Updated | 2018-03-08 |
Publish Date | 2018-03-08 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://www.greenislet.com |
Payment Type | free |
Privacy Policy Page URL | http://www.greenislet.com/privacy_policy.html |
Supported Languages | 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" } |