Jump!

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

Cos'è Jump!?

Jump! è un'estensione di Chrome sviluppata da Adam Janicki, e la sua funzione principale è "A fun, car-dodging game! How far can you get?".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Jump!

Scarica i file di estensione Jump! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Jump! Jump!
ID gappjieodenkcldikeopfgiheemoaagb
URL Ufficiale https://chromewebstore.google.com/detail/jump/gappjieodenkcldikeopfgiheemoaagb
Descrizione A fun, car-dodging game! How far can you get?
Dimensione del File 39.12 KB
Conteggio Installazioni 50,000
Versione Corrente 2.3
Ultimo Aggiornamento 2019-02-09
Data di Pubblicazione 2019-02-09
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore Adam Janicki
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}