Doodle Jump
A classic doodle jump game that plays in a popup.
Doodle Jumpとは何ですか?
Doodle JumpはTool360によって開発されたChromeの拡張機能で、その主な機能は「A classic doodle jump game that plays in a popup.」です。
拡張機能のスクリーンショット
Doodle Jump拡張機能のCRXファイルをダウンロード
Doodle Jump拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Break records as you leap higher! Enjoy a relaxing and addictive pop-up game. Prepare for an endless journey in the world of Doodle Jump: - Guide Doodle with keyboard arrows through a connected playfield. The left side of the playfield seamlessly connects with the right side. - Just be cautious, as you will lose if you plummet to the bottom of the screen. - Best score will be recorded and shown at the top right corner of game area. Experience the excitement of Doodle Jump for free. Good luck and have fun!
拡張機能の基本情報
名前 | Doodle Jump |
ID | hecdbbncijliedjlmbpdkajinpclmpnh |
公式URL | https://chromewebstore.google.com/detail/doodle-jump/hecdbbncijliedjlmbpdkajinpclmpnh |
説明 | A classic doodle jump game that plays in a popup. |
ファイルサイズ | 275 KB |
インストール数 | 1,000 |
現在のバージョン | 0.1.0 |
最終更新日 | 2024-02-27 |
公開日 | 2023-05-17 |
開発者 | Tool360 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.gamecheerleader.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Doodle Jump", "short_name": "doodle", "version": "0.1.0", "description": "A classic doodle jump game that plays in a popup.", "action": { "default_icon": "images\/logo.png", "default_title": "Doodle Jump", "default_popup": "index.html" }, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "permissions": [ "storage" ], "offline_enabled": true } |