Jump!

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

Qu'est-ce que Jump! ?

Jump! est une extension Chrome développée par Adam Janicki, et sa fonction principale est "A fun, car-dodging game! How far can you get?".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Jump!

Téléchargez les fichiers d'extension Jump! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Jump! Jump!
ID gappjieodenkcldikeopfgiheemoaagb
URL Officiel https://chromewebstore.google.com/detail/jump/gappjieodenkcldikeopfgiheemoaagb
Description A fun, car-dodging game! How far can you get?
Taille du Fichier 39.12 KB
Nombre d'Installations 50,000
Version Actuelle 2.3
Dernière Mise à Jour 2019-02-09
Date de Publication 2019-02-09
Évaluation 4.00/5 Total 8 Évaluations
Développeur Adam Janicki
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}