Doodle Jump Original Game
Play Doodle Jump Original Unblocked Game as a Chrome extension - Also can Play without Internet, try it now!
¿Qué es Doodle Jump Original Game?
Doodle Jump Original Game es una extensión de Chrome desarrollada por https://doodlejump.fun, y su función principal es "Play Doodle Jump Original Unblocked Game as a Chrome extension - Also can Play without Internet, try it now!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Doodle Jump Original Game
Descarga archivos de extensión Doodle Jump Original Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Doodle Jump is a classic arcade game where you control a green alien named Doodle as he jumps from platform to platform, avoiding obstacles and collecting power-ups. The game is endless, so you can keep playing until you reach your highest score. This extension brings the classic Doodle Jump game to your Chrome browser. You can play the game in any tab, even when you're not connected to the internet. The extension also includes a number of new features, such as: Leaderboards: Compare your scores to other players around the world. Achievements: Earn achievements for completing challenges. Customizable levels: Create your own levels and share them with others. - Play others games on the top-left menu
Información Básica de la Extensión
Nombre | Doodle Jump Original Game |
ID | ggopcfpghckeafdaoajnnljjlopalcpn |
URL Oficial | https://chromewebstore.google.com/detail/doodle-jump-original-game/ggopcfpghckeafdaoajnnljjlopalcpn |
Descripción | Play Doodle Jump Original Unblocked Game as a Chrome extension - Also can Play without Internet, try it now! |
Tamaño del Archivo | 204 KB |
Cantidad de Instalaciones | 3,000 |
Versión Actual | 1.1.1 |
Última Actualización | 2023-09-08 |
Fecha de Publicación | 2023-08-04 |
Calificación | 4.57/5 Total de 7 Calificaciones |
Desarrollador | https://doodlejump.fun |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://doodlejump.fun/ |
URL de la Página de Ayuda | https://doodlejump.fun/ |
URL de la Página de Política de Privacidad | https://w3technic.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "version": "1.1.1", "version_name": "1.1.1", "action": { "default_icon": { "16": "img\/16x16.png", "48": "img\/48x48.png", "256": "img\/256x256.png" }, "default_title": "Click to open the popup", "default_popup": "index.html" }, "background": { "service_worker": "update.js" }, "offline_enabled": true, "default_locale": "en", "description": "__MSG_AppDesc__", "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "256": "img\/256x256.png" }, "options_page": "index.html", "homepage_url": "https:\/\/doodlejump.fun\/" } |