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.
Cos'è T-Rex running Dinosaur?
T-Rex running Dinosaur è un'estensione di Chrome sviluppata da ilpryahin, e la sua funzione principale è "Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione T-Rex running Dinosaur
Scarica i file di estensione T-Rex running Dinosaur in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hklcgjcljkpbpkaammpdgajgoejolfmm |
| URL Ufficiale | https://chromewebstore.google.com/detail/t-rex-running-dinosaur/hklcgjcljkpbpkaammpdgajgoejolfmm |
| Descrizione | Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key. |
| Dimensione del File | 1.98 MB |
| Conteggio Installazioni | 3,267 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2021-05-19 |
| Data di Pubblicazione | 2021-05-19 |
| Valutazione | 3.50/5 Totale 2 Valutazioni |
| Sviluppatore | ilpryahin |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
}
} | |