T-Rex Dinosaur Game

T-Rex dinosaur game is popular among players from all over the world.

T-Rex Dinosaur Game क्या है?

T-Rex Dinosaur Game https://googledino.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "T-Rex dinosaur game is popular among players from all over the world."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में T-Rex Dinosaur Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        To start T-Rex dinosaur game, you need to press the space bar or the up arrow. The same buttons are used to jump. You can sit down using the down arrow. On mobile devices, you only need to touch the screen.                    

एक्सटेंशन की मूल जानकारी

नाम T-Rex Dinosaur Game T-Rex Dinosaur Game
ID gcpcpbefjicdhpiofdflmjbdjhdglnep
आधिकारिक URL https://chrome.google.com/webstore/detail/t-rex-dinosaur-game/gcpcpbefjicdhpiofdflmjbdjhdglnep
विवरण T-Rex dinosaur game is popular among players from all over the world.
फ़ाइल का आकार 62.92 KB
स्थापना संख्या 364
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-06-05
प्रकाशन तिथि 2021-06-05
डेवलपर https://googledino.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://googledino.com/
समर्थित भाषाएँ ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "running-dinosaur-game.html",
        "default_title": "T-Rex Dinosaur Game"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "default_locale": "en",
    "description": "T-Rex dinosaur game is popular among players from all over the world.",
    "icons": {
        "128": "assets\/icon.png"
    },
    "manifest_version": 2,
    "name": "T-Rex Dinosaur Game",
    "permissions": [
        "contextMenus"
    ],
    "sandbox": {
        "content_security_policy": "sandbox allow-scripts; script-src 'self'; object-src 'self'",
        "pages": [
            "running-dinosaur-game.html"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "version_name": "classic",
    "web_accessible_resources": [
        "assets\/icon.png"
    ]
}