Jump!

A fun, car-dodging game! How far can you get?

O que é Jump!?

Jump! é uma extensão do Chrome desenvolvida por Adam Janicki, e sua principal característica é "A fun, car-dodging game! How far can you get?".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Jump!

Baixe arquivos de extensão 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

                        Jump! This is a fun, action-packed game where the user controls their square to maneuver through traffic! High Score is saved even when you close the extension! Use  your coins to buy new skins, and power-ups in the shop! Can you unlock the random skins? How far can you get? Check out my other games, like Galaxy Patrol, Planet Protector, Snake, and Pongball!                    

Informações Básicas da Extensão

Nome Jump! Jump!
ID gappjieodenkcldikeopfgiheemoaagb
URL Oficial https://chromewebstore.google.com/detail/jump/gappjieodenkcldikeopfgiheemoaagb
Descrição A fun, car-dodging game! How far can you get?
Tamanho do Arquivo 39.12 KB
Contagem de Instalações 50,000
Versão Atual 2.3
Última Atualização 2019-02-09
Data de Publicação 2019-02-09
Classificação 4.00/5 Total de 8 Avaliações
Desenvolvedor Adam Janicki
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jump!",
    "version": "2.3",
    "description": "A fun, car-dodging game! How far can you get?",
    "icons": {
        "128": "jump128.png",
        "48": "jump48.png",
        "16": "jump16.png"
    },
    "browser_action": {
        "default_icon": "jump16.png",
        "default_popup": "frogger.html"
    },
    "permissions": [
        "storage"
    ]
}