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 |
电子邮箱 | [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 } |