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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [] } } |