Cute t-rex

Keep your cute TRex alive by jumping over the mean spikies

Wat is Cute t-rex?

Cute t-rex is een Chrome-extensie ontwikkeld door https://www.playtcubed.com, en de belangrijkste functie is "Keep your cute TRex alive by jumping over the mean spikies".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cute t-rex

Download Cute t-rex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 :)                    

Basisinformatie over de Extensie

Naam Cute t-rex Cute t-rex
ID idogdlplbmpkohafoncgpjhackomimpl
Officiële URL https://chromewebstore.google.com/detail/cute-t-rex/idogdlplbmpkohafoncgpjhackomimpl
Beschrijving Keep your cute TRex alive by jumping over the mean spikies
Bestandsgrootte 2.9 MB
Aantal Installaties 82
Huidige Versie 1.1.0
Laatst Bijgewerkt 2021-09-22
Publicatiedatum 2021-09-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.playtcubed.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.playtcubed.com
Help Pagina-URL http://www.playtcubed.com
URL van de Privacybeleid Pagina https://playtcubed.com/privacy-policy
Ondersteunde Talen 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\/*"
    ]
}