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.
Co to jest T-Rex running Dinosaur?
T-Rex running Dinosaur to rozszerzenie Chrome opracowane przez ilpryahin, a jego główną funkcją jest „Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia T-Rex running Dinosaur
Pobierz pliki rozszerzeń T-Rex running Dinosaur w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | hklcgjcljkpbpkaammpdgajgoejolfmm | 
| Oficjalny URL | https://chromewebstore.google.com/detail/t-rex-running-dinosaur/hklcgjcljkpbpkaammpdgajgoejolfmm | 
| Opis | Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key. | 
| Rozmiar pliku | 1.98 MB | 
| Liczba instalacji | 3,267 | 
| Aktualna Wersja | 1.0.1 | 
| Ostatnia Aktualizacja | 2021-05-19 | 
| Data Publikacji | 2021-05-19 | 
| Ocena | 3.50/5 Łącznie 2 Oceny | 
| Deweloper | ilpryahin | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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
    }
}  |  |