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! 擴展基本資訊
| 名稱 | |
| ID | hecdbbncijliedjlmbpdkajinpclmpnh |
| 官方網址 | 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
} | |