Cute t-rex

Keep your cute TRex alive by jumping over the mean spikies

Apa itu Cute t-rex?

Cute t-rex adalah ekstensi Chrome yang dikembangkan oleh https://www.playtcubed.com, dan fitur utamanya adalah "Keep your cute TRex alive by jumping over the mean spikies".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cute t-rex

Unduh file ekstensi Cute t-rex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Cute t-rex Cute t-rex
ID idogdlplbmpkohafoncgpjhackomimpl
URL Resmi https://chromewebstore.google.com/detail/cute-t-rex/idogdlplbmpkohafoncgpjhackomimpl
Deskripsi Keep your cute TRex alive by jumping over the mean spikies
Ukuran File 2.9 MB
Jumlah Instalasi 82
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2021-09-22
Tanggal Publikasi 2021-09-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.playtcubed.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.playtcubed.com
URL Halaman Bantuan http://www.playtcubed.com
URL Halaman Kebijakan Privasi https://playtcubed.com/privacy-policy
Bahasa yang Didukung 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\/*"
    ]
}