Doodle Jump (Official)
This is the official Dodle Jump mobile game in popup!
¿Qué es Doodle Jump (Official)?
Doodle Jump (Official) es una extensión de Chrome desarrollada por Eatham532, y su función principal es "This is the official Dodle Jump mobile game in popup!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Doodle Jump (Official)
Descarga archivos de extensión Doodle Jump (Official) 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
Have fun with a good way to play doodle jump in popup. No problems at all compared to others. This is my first extension and I am still learning. I do realize that my extension when looked at looks worse that it is. But I promise you that it is the full real thing (saying this makes it sound even more worse 😔.) Wow! Comming back almost a year later the are over 4,000 users! Also, sorry I have not been working on this extension and I don't think I will work on it anymore because its good anyway.
Información Básica de la Extensión
Nombre | |
ID | cinkdgnpklnmonjpccajcdealahgblja |
URL Oficial | https://chrome.google.com/webstore/detail/doodle-jump-official/cinkdgnpklnmonjpccajcdealahgblja |
Descripción | This is the official Dodle Jump mobile game in popup! |
Tamaño del Archivo | 334 KB |
Cantidad de Instalaciones | 11,104 |
Versión Actual | 2.0 |
Última Actualización | 2022-02-10 |
Fecha de Publicación | 2021-05-08 |
Calificación | 4.10/5 Total de 10 Calificaciones |
Desarrollador | Eatham532 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Doodle Jump (Official)", "description": "This is the official Dodle Jump mobile game in popup!", "version": "2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |