T-Rex running Dinosaur

Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.

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

T-Rex running Dinosaur ilpryahin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key."।

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

screenshot

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

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

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

                        T-Rex Dinosaur - a famous runner game. Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.                    

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

नाम T-Rex running Dinosaur T-Rex running Dinosaur
ID hklcgjcljkpbpkaammpdgajgoejolfmm
आधिकारिक URL https://chromewebstore.google.com/detail/t-rex-running-dinosaur/hklcgjcljkpbpkaammpdgajgoejolfmm
विवरण Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.
फ़ाइल का आकार 1.98 MB
स्थापना संख्या 3,267
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-05-19
प्रकाशन तिथि 2021-05-19
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर ilpryahin
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "game\/index.html",
        "default_title": "T-Rex running Dinosaur"
    },
    "description": "Press the space bar (or up arrow key) to start the T-Rex game. To sit down - press down arrow key.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "T-Rex running Dinosaur",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    }
}