Cute t-rex

Keep your cute TRex alive by jumping over the mean spikies

Cute t-rexとは何ですか?

Cute t-rexはhttps://www.playtcubed.comによって開発されたChromeの拡張機能で、その主な機能は「Keep your cute TRex alive by jumping over the mean spikies」です。

拡張機能のスクリーンショット

screenshot

Cute t-rex拡張機能のCRXファイルをダウンロード

Cute t-rex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Cute t-rex Cute t-rex
ID idogdlplbmpkohafoncgpjhackomimpl
公式URL https://chromewebstore.google.com/detail/cute-t-rex/idogdlplbmpkohafoncgpjhackomimpl
説明 Keep your cute TRex alive by jumping over the mean spikies
ファイルサイズ 2.9 MB
インストール数 82
現在のバージョン 1.1.0
最終更新日 2021-09-22
公開日 2021-09-17
評価 5.00/5 合計 1 レビュー
開発者 https://www.playtcubed.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.playtcubed.com
ヘルプページのURL http://www.playtcubed.com
プライバシーポリシーページのURL https://playtcubed.com/privacy-policy
対応言語 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\/*"
    ]
}