Traffic Control
In this game you need to control all cars acrossing the corssroad and make the cars do not hit.
Vad är Traffic Control?
Traffic Control är en Chrome-tillägg utvecklad av https://www.greenislet.com, och dess huvudfunktion är "In this game you need to control all cars acrossing the corssroad and make the cars do not hit.".
Tilläggsskärmbilder
Ladda ner Traffic Control-förlängningens CRX-fil
Ladda ner Traffic Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
** How to Play ** control the car by stopping or dragging to the moving direction to avoid collision.
Grundläggande Information om Tillägg
Namn | Traffic Control |
ID | nmgggmggdammeedhhlpkhoancgkhdaoe |
Officiell webbadress | https://chromewebstore.google.com/detail/traffic-control/nmgggmggdammeedhhlpkhoancgkhdaoe |
Beskrivning | In this game you need to control all cars acrossing the corssroad and make the cars do not hit. |
Filstorlek | 37.21 KB |
Antal Installationer | 347 |
Aktuell Version | 1.8.9 |
Senast Uppdaterad | 2018-03-08 |
Publiceringsdatum | 2018-03-08 |
Betyg | 4.33/5 Totalt 6 Betyg |
Utvecklare | https://www.greenislet.com |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://www.greenislet.com/privacy_policy.html |
Stödda Språk | 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" } |