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.
Vad är T-Rex running Dinosaur?
T-Rex running Dinosaur är en Chrome-tillägg utvecklad av ilpryahin, och dess huvudfunktion är "Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.".
Tilläggsskärmbilder
Ladda ner T-Rex running Dinosaur-förlängningens CRX-fil
Ladda ner T-Rex running Dinosaur-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
                        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äggande Information om Tillägg
| Namn |   |  
| ID | hklcgjcljkpbpkaammpdgajgoejolfmm | 
| Officiell webbadress | https://chromewebstore.google.com/detail/t-rex-running-dinosaur/hklcgjcljkpbpkaammpdgajgoejolfmm | 
| Beskrivning | Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key. | 
| Filstorlek | 1.98 MB | 
| Antal Installationer | 3,267 | 
| Aktuell Version | 1.0.1 | 
| Senast Uppdaterad | 2021-05-19 | 
| Publiceringsdatum | 2021-05-19 | 
| Betyg | 3.50/5 Totalt 2 Betyg | 
| Utvecklare | ilpryahin | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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
    }
}  |  |