Doodle Jump
A classic doodle jump game that plays in a popup.
Was ist Doodle Jump?
Doodle Jump ist eine Chrome-Erweiterung, die von Tool360 entwickelt wurde, und ihr Hauptmerkmal ist "A classic doodle jump game that plays in a popup.".
Erweiterungsscreenshots
Doodle Jump-Erweiterungs-CRX-Datei herunterladen
Laden Sie Doodle Jump-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Doodle Jump |
ID | hecdbbncijliedjlmbpdkajinpclmpnh |
Offizielle URL | https://chromewebstore.google.com/detail/doodle-jump/hecdbbncijliedjlmbpdkajinpclmpnh |
Beschreibung | A classic doodle jump game that plays in a popup. |
Dateigröße | 275 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2024-02-27 |
Veröffentlichungsdatum | 2023-05-17 |
Entwickler | Tool360 |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.gamecheerleader.com/privacy-policy |
Unterstützte Sprachen | 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 } |