Dino Jump
New game in your browser. Your t-rex now can jump.
What is Dino Jump?
Dino Jump is a Chrome extension developed by Dino Jump Game, and its main feature is "New game in your browser. Your t-rex now can jump. ".
Extension Screenshots
Download Dino Jump Extension CRX File
Download Dino 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
Have you ever expected that you will be playing two the most popular games simultaneosly. Doodle Jump and Running dinosaur now are turned into Dino Jump, so now it is avaliable in your browser. It is real action and arcade in one. Control keys are the same. More adventures are waiting for you. Enjoy jumping with your t-rex!
Extension Basic Information
Name | |
ID | jjpicocpkfgkiojdnppgbjbidndbanbb |
Official URL | https://chrome.google.com/webstore/detail/dino-jump/jjpicocpkfgkiojdnppgbjbidndbanbb |
Description | New game in your browser. Your t-rex now can jump. |
File Size | 3.52 MB |
Installation Count | 7,508 |
Current Version | 2.0 |
Last Updated | 2022-09-08 |
Publish Date | 2021-04-01 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Dino Jump Game |
[email protected] | |
Payment Type | free |
Supported Languages | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "__MSG_appName__" }, "version": "2.0", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.bundle.js" ] } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |