The Runner Game

Avoid obstacles, including cacti and pterodactyls by pressing the up and down keys

The Runner Game क्या है?

The Runner Game chandler.stimson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Avoid obstacles, including cacti and pterodactyls by pressing the up and down keys"।

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

screenshot

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

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

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

                        This extension adds "The Runner Game" to your browser's toolbar, allowing you to play it within a popup area. To initiate the game, press the action button, and if you wish to stop, use the Escape key to close the popup.

How to Play:
By clicking on the action button, you can start the game, where you control a running character, such as a cat, using the space, up, or down keys to maneuver around obstacles. For additional options, right-click the action button to access the context menu.                    

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

नाम The Runner Game The Runner Game
ID dnnollknimhcdikdhpodkhcghmmggkmo
आधिकारिक URL https://chromewebstore.google.com/detail/the-runner-game/dnnollknimhcdikdhpodkhcghmmggkmo
विवरण Avoid obstacles, including cacti and pterodactyls by pressing the up and down keys
फ़ाइल का आकार 229 KB
स्थापना संख्या 126,468
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2024-01-30
प्रकाशन तिथि 2021-03-01
रेटिंग 4.68/5 कुल 31 रेटिंग्स
डेवलपर chandler.stimson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webextension.org/listing/the-runner-game.html
सहायता पृष्ठ URL https://webextension.org/listing/the-runner-game.html
समर्थित भाषाएँ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.2",
    "name": "The Runner Game",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/the-runner-game.html",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "action": {
        "default_popup": "\/data\/popup\/index.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "sandbox": {
        "pages": [
            "\/data\/popup\/game\/index.html"
        ]
    },
    "commands": {
        "_execute_action": []
    }
}