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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": []
    }
}