Doodle Jump Original

Doodle Jump is the favorite game in your browser

Was ist Doodle Jump Original?

Doodle Jump Original ist eine Chrome-Erweiterung, die von Games Classic entwickelt wurde, und ihr Hauptmerkmal ist "Doodle Jump is the favorite game in your browser".

Erweiterungsscreenshots

screenshot
screenshot

Doodle Jump Original-Erweiterungs-CRX-Datei herunterladen

Laden Sie Doodle Jump Original-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

                        Doodle Jump is a fun and cute platform game in which you must help our adorable doodle character jump as high as possible onto a range of different hand-drawn platforms. 

The character jumps automatically - you need to control him with arrows to the right or to the left. Everything is very simple.                    

Grundlegende Informationen zur Erweiterung

Name Doodle Jump Original Doodle Jump Original
ID jeefnholllfbdbjmakhpckkhcinpopdp
Offizielle URL https://chrome.google.com/webstore/detail/doodle-jump-original/jeefnholllfbdbjmakhpckkhcinpopdp
Beschreibung Doodle Jump is the favorite game in your browser
Dateigröße 3.66 MB
Installationsanzahl 1,758
Aktuelle Version 1.0.0.1
Letztes Update 2022-06-10
Veröffentlichungsdatum 2022-01-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Games Classic
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://bit.ly/3wwRKgg
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "scripts": [
            "superagent.js",
            "anticheat.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.1"
}