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.
Apa itu T-Rex running Dinosaur?
T-Rex running Dinosaur adalah ekstensi Chrome yang dikembangkan oleh ilpryahin, dan fitur utamanya adalah "Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi T-Rex running Dinosaur
Unduh file ekstensi T-Rex running Dinosaur dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | hklcgjcljkpbpkaammpdgajgoejolfmm |
| URL Resmi | https://chromewebstore.google.com/detail/t-rex-running-dinosaur/hklcgjcljkpbpkaammpdgajgoejolfmm |
| Deskripsi | Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key. |
| Ukuran File | 1.98 MB |
| Jumlah Instalasi | 3,267 |
| Versi Saat Ini | 1.0.1 |
| Terakhir Diperbarui | 2021-05-19 |
| Tanggal Publikasi | 2021-05-19 |
| Penilaian | 3.50/5 Total 2 Penilaian |
| Pengembang | ilpryahin |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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
}
} | |