Dino Jump
New game in your browser. Your t-rex now can jump.
Wat is Dino Jump?
Dino Jump is een Chrome-extensie ontwikkeld door Dino Jump Game, en de belangrijkste functie is "New game in your browser. Your t-rex now can jump. ".
Extensie Screenshots
Download het CRX-bestand van de extensie Dino Jump
Download Dino Jump-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | jjpicocpkfgkiojdnppgbjbidndbanbb |
Officiële URL | https://chrome.google.com/webstore/detail/dino-jump/jjpicocpkfgkiojdnppgbjbidndbanbb |
Beschrijving | New game in your browser. Your t-rex now can jump. |
Bestandsgrootte | 3.52 MB |
Aantal Installaties | 7,508 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2022-09-08 |
Publicatiedatum | 2021-04-01 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Dino Jump Game |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |