Doodle Jump Original

Doodle Jump is the favorite game in your browser

What is Doodle Jump Original?

Doodle Jump Original is a Chrome extension developed by Games Classic, and its main feature is "Doodle Jump is the favorite game in your browser".

Extension Screenshots

screenshot
screenshot

Download Doodle Jump Original Extension CRX File

Download Doodle Jump Original 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

                        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.                    

Extension Basic Information

Name Doodle Jump Original Doodle Jump Original
ID jeefnholllfbdbjmakhpckkhcinpopdp
Official URL https://chrome.google.com/webstore/detail/doodle-jump-original/jeefnholllfbdbjmakhpckkhcinpopdp
Description Doodle Jump is the favorite game in your browser
File Size 3.66 MB
Installation Count 1,758
Current Version 1.0.0.1
Last Updated 2022-06-10
Publish Date 2022-01-02
Rating 5.00/5 Total 2 Ratings
Developer Games Classic
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bit.ly/3wwRKgg
Supported Languages 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"
}