Cute t-rex

Keep your cute TRex alive by jumping over the mean spikies

Cute t-rex là gì?

Cute t-rex là một tiện ích mở rộng Chrome được phát triển bởi https://www.playtcubed.com, và tính năng chính của nó là "Keep your cute TRex alive by jumping over the mean spikies".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cute t-rex

Tải xuống các tệp mở rộng Cute t-rex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cute t-rex Cute t-rex
ID idogdlplbmpkohafoncgpjhackomimpl
URL Chính Thức https://chromewebstore.google.com/detail/cute-t-rex/idogdlplbmpkohafoncgpjhackomimpl
Mô tả Keep your cute TRex alive by jumping over the mean spikies
Kích Thước Tệp 2.9 MB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-09-22
Ngày Phát Hành 2021-09-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.playtcubed.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.playtcubed.com
URL Trang Trợ Giúp http://www.playtcubed.com
URL Trang Chính Sách Bảo Mật https://playtcubed.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}