Jump!

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

Co to jest Jump!?

Jump! to rozszerzenie Chrome opracowane przez Adam Janicki, a jego główną funkcją jest „A fun, car-dodging game! How far can you get?”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Jump!

Pobierz pliki rozszerzeń Jump! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Jump! Jump!
ID gappjieodenkcldikeopfgiheemoaagb
Oficjalny URL https://chromewebstore.google.com/detail/jump/gappjieodenkcldikeopfgiheemoaagb
Opis A fun, car-dodging game! How far can you get?
Rozmiar pliku 39.12 KB
Liczba instalacji 50,000
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2019-02-09
Data Publikacji 2019-02-09
Ocena 4.00/5 Łącznie 8 Oceny
Deweloper Adam Janicki
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}