Doodle Jump
A classic doodle jump game that plays in a popup.
O que é Doodle Jump?
Doodle Jump é uma extensão do Chrome desenvolvida por Tool360, e sua principal característica é "A classic doodle jump game that plays in a popup.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Doodle Jump
Baixe arquivos de extensão Doodle Jump no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Doodle Jump |
ID | hecdbbncijliedjlmbpdkajinpclmpnh |
URL Oficial | https://chromewebstore.google.com/detail/doodle-jump/hecdbbncijliedjlmbpdkajinpclmpnh |
Descrição | A classic doodle jump game that plays in a popup. |
Tamanho do Arquivo | 275 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 0.1.0 |
Última Atualização | 2024-02-27 |
Data de Publicação | 2023-05-17 |
Desenvolvedor | Tool360 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.gamecheerleader.com/privacy-policy |
Idiomas Suportados | 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 } |