The Runner Game

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

ما هو The Runner Game؟

The Runner Game هو إضافة Chrome تم تطويرها بواسطة chandler.stimson، والميزة الرئيسية لها هي "Avoid obstacles, including cacti and pterodactyls by pressing the up and down keys".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة The Runner Game

قم بتنزيل ملفات الامتداد The Runner Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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": []
    }
}