Dino Jump

New game in your browser. Your t-rex now can jump.

Was ist Dino Jump?

Dino Jump ist eine Chrome-Erweiterung, die von Dino Jump Game entwickelt wurde, und ihr Hauptmerkmal ist "New game in your browser. Your t-rex now can jump. ".

Erweiterungsscreenshots

screenshot

Dino Jump-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dino Jump-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Dino Jump Dino Jump
ID jjpicocpkfgkiojdnppgbjbidndbanbb
Offizielle URL https://chrome.google.com/webstore/detail/dino-jump/jjpicocpkfgkiojdnppgbjbidndbanbb
Beschreibung New game in your browser. Your t-rex now can jump.
Dateigröße 3.52 MB
Installationsanzahl 7,508
Aktuelle Version 2.0
Letztes Update 2022-09-08
Veröffentlichungsdatum 2021-04-01
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Dino Jump Game
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}