The Runner Game

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

什麼是The Runner Game?

The Runner Game是由chandler.stimson開發的Chrome擴展程式,該擴展的主要功能是“Avoid obstacles, including cacti and pterodactyls by pressing the up and down keys”。

擴展截圖

screenshot

下載The Runner Game擴展crx文件

下載The Runner Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": []
    }
}