Cute t-rex

Keep your cute TRex alive by jumping over the mean spikies

Co to jest Cute t-rex?

Cute t-rex to rozszerzenie Chrome opracowane przez https://www.playtcubed.com, a jego główną funkcją jest „Keep your cute TRex alive by jumping over the mean spikies”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cute t-rex

Pobierz pliki rozszerzeń Cute t-rex 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

                        A fun hyper casual game where TRex jumps over cute but spikey enemies.

Feel free to connect with us via our website by clicking the header icon or reach out to us on social media by clicking our social media icons in the footer!

Also, check out our sponsored games link on popup to see who is making this a forever free game :)                    

Podstawowe informacje o rozszerzeniu

Nazwa Cute t-rex Cute t-rex
ID idogdlplbmpkohafoncgpjhackomimpl
Oficjalny URL https://chromewebstore.google.com/detail/cute-t-rex/idogdlplbmpkohafoncgpjhackomimpl
Opis Keep your cute TRex alive by jumping over the mean spikies
Rozmiar pliku 2.9 MB
Liczba instalacji 82
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2021-09-22
Data Publikacji 2021-09-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://www.playtcubed.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.playtcubed.com
Adres URL Strony Pomocy http://www.playtcubed.com
Adres URL Strony Polityki Prywatności https://playtcubed.com/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "name": "Cute t-rex",
    "description": "Keep your cute TRex alive by jumping over the mean spikies",
    "version": "1.1.0",
    "icons": {
        "128": "game\/icons\/icon-128.png"
    },
    "background": {
        "page": "template\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "game\/icons\/icon-128.png",
        "default_popup": "\/game\/popup.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.playtcubed.com\/*",
            "http:\/\/*.playtcubed.com\/*",
            "https:\/\/*.tcubedstudios.com\/*",
            "http:\/\/*.tcubedstudios.com\/*"
        ]
    },
    "web_accessible_resources": [
        "game\/js\/*",
        "game\/libs\/*"
    ]
}