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.
What is T-Rex running Dinosaur?
T-Rex running Dinosaur is a Chrome extension developed by ilpryahin, and its main feature is "Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.".
Extension Screenshots
Download T-Rex running Dinosaur Extension CRX File
Download T-Rex running Dinosaur 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
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. Extension Basic Information
| Name | |
| ID | hklcgjcljkpbpkaammpdgajgoejolfmm |
| Official URL | https://chromewebstore.google.com/detail/t-rex-running-dinosaur/hklcgjcljkpbpkaammpdgajgoejolfmm |
| Description | Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key. |
| File Size | 1.98 MB |
| Installation Count | 3,267 |
| Current Version | 1.0.1 |
| Last Updated | 2021-05-19 |
| Publish Date | 2021-05-19 |
| Rating | 3.50/5 Total 2 Ratings |
| Developer | ilpryahin |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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
}
} | |