Traffic Control
In this game you need to control all cars acrossing the corssroad and make the cars do not hit.
Hvad er Traffic Control?
Traffic Control er en Chrome-udvidelse udviklet af https://www.greenislet.com, og dens hovedfunktion er "In this game you need to control all cars acrossing the corssroad and make the cars do not hit.".
Udvidelsesskærmbilleder
Download Traffic Control-udvidelses-CRX-fil
Download Traffic Control-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
** How to Play **
control the car by stopping or dragging to the moving direction to avoid collision. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nmgggmggdammeedhhlpkhoancgkhdaoe |
| Officiel URL | https://chromewebstore.google.com/detail/traffic-control/nmgggmggdammeedhhlpkhoancgkhdaoe |
| Beskrivelse | In this game you need to control all cars acrossing the corssroad and make the cars do not hit. |
| Filstørrelse | 37.21 KB |
| Antal Installationer | 347 |
| Nuværende Version | 1.8.9 |
| Senest Opdateret | 2018-03-08 |
| Udgivelsesdato | 2018-03-08 |
| Bedømmelse | 4.33/5 Samlet 6 Bedømmelser |
| Udvikler | https://www.greenislet.com |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | http://www.greenislet.com/privacy_policy.html |
| Understøttede Sprog | 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"
} | |