Dino Jump
New game in your browser. Your t-rex now can jump.
Cos'è Dino Jump?
Dino Jump è un'estensione di Chrome sviluppata da Dino Jump Game, e la sua funzione principale è "New game in your browser. Your t-rex now can jump. ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dino Jump
Scarica i file di estensione Dino Jump in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | jjpicocpkfgkiojdnppgbjbidndbanbb |
URL Ufficiale | https://chrome.google.com/webstore/detail/dino-jump/jjpicocpkfgkiojdnppgbjbidndbanbb |
Descrizione | New game in your browser. Your t-rex now can jump. |
Dimensione del File | 3.52 MB |
Conteggio Installazioni | 7,508 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2022-09-08 |
Data di Pubblicazione | 2021-04-01 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Dino Jump Game |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |