Cute t-rex

Keep your cute TRex alive by jumping over the mean spikies

Qu'est-ce que Cute t-rex ?

Cute t-rex est une extension Chrome développée par https://www.playtcubed.com, et sa fonction principale est "Keep your cute TRex alive by jumping over the mean spikies".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cute t-rex

Téléchargez les fichiers d'extension Cute t-rex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Cute t-rex Cute t-rex
ID idogdlplbmpkohafoncgpjhackomimpl
URL Officiel https://chromewebstore.google.com/detail/cute-t-rex/idogdlplbmpkohafoncgpjhackomimpl
Description Keep your cute TRex alive by jumping over the mean spikies
Taille du Fichier 2.9 MB
Nombre d'Installations 82
Version Actuelle 1.1.0
Dernière Mise à Jour 2021-09-22
Date de Publication 2021-09-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.playtcubed.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.playtcubed.com
URL de la Page d'Aide http://www.playtcubed.com
URL de la Page de Politique de Confidentialité https://playtcubed.com/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}