Jump!
A fun, car-dodging game! How far can you get?
What is Jump!?
Jump! is a Chrome extension developed by Adam Janicki, and its main feature is "A fun, car-dodging game! How far can you get?".
Extension Screenshots
Download Jump! Extension CRX File
Download Jump! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Jump! |
ID | gappjieodenkcldikeopfgiheemoaagb |
Official URL | https://chromewebstore.google.com/detail/jump/gappjieodenkcldikeopfgiheemoaagb |
Description | A fun, car-dodging game! How far can you get? |
File Size | 39.12 KB |
Installation Count | 50,000 |
Current Version | 2.3 |
Last Updated | 2019-02-09 |
Publish Date | 2019-02-09 |
Rating | 4.00/5 Total 8 Ratings |
Developer | Adam Janicki |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |