Cute t-rex

Keep your cute TRex alive by jumping over the mean spikies

Vad är Cute t-rex?

Cute t-rex är en Chrome-tillägg utvecklad av https://www.playtcubed.com, och dess huvudfunktion är "Keep your cute TRex alive by jumping over the mean spikies".

Tilläggsskärmbilder

screenshot

Ladda ner Cute t-rex-förlängningens CRX-fil

Ladda ner Cute t-rex-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Cute t-rex Cute t-rex
ID idogdlplbmpkohafoncgpjhackomimpl
Officiell webbadress https://chromewebstore.google.com/detail/cute-t-rex/idogdlplbmpkohafoncgpjhackomimpl
Beskrivning Keep your cute TRex alive by jumping over the mean spikies
Filstorlek 2.9 MB
Antal Installationer 82
Aktuell Version 1.1.0
Senast Uppdaterad 2021-09-22
Publiceringsdatum 2021-09-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.playtcubed.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.playtcubed.com
Hjälpsida URL http://www.playtcubed.com
URL till Sekretesspolicy Sidan https://playtcubed.com/privacy-policy
Stödda Språk 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\/*"
    ]
}