T-Rex running Dinosaur
Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.
Hvad er T-Rex running Dinosaur?
T-Rex running Dinosaur er en Chrome-udvidelse udviklet af ilpryahin, og dens hovedfunktion er "Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.".
Udvidelsesskærmbilleder
Download T-Rex running Dinosaur-udvidelses-CRX-fil
Download T-Rex running Dinosaur-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
T-Rex Dinosaur - a famous runner game. Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hklcgjcljkpbpkaammpdgajgoejolfmm |
| Officiel URL | https://chromewebstore.google.com/detail/t-rex-running-dinosaur/hklcgjcljkpbpkaammpdgajgoejolfmm |
| Beskrivelse | Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key. |
| Filstørrelse | 1.98 MB |
| Antal Installationer | 3,267 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2021-05-19 |
| Udgivelsesdato | 2021-05-19 |
| Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
| Udvikler | ilpryahin |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "game\/index.html",
"default_title": "T-Rex running Dinosaur"
},
"description": "Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.",
"icons": {
"128": "icon.png"
},
"manifest_version": 2,
"name": "T-Rex running Dinosaur",
"version": "1.0.1",
"background": {
"scripts": [
"bg.js"
],
"persistent": false
}
} | |