Doodle Jump Original Game

Play Doodle Jump Original Unblocked Game as a Chrome extension - Also can Play without Internet, try it now!

Что такое Doodle Jump Original Game?

Doodle Jump Original Game - это расширение Chrome, разработанное https://doodlejump.fun, и его основная функция - "Play Doodle Jump Original Unblocked Game as a Chrome extension - Also can Play without Internet, try it now!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Doodle Jump Original Game

Скачайте файлы расширений Doodle Jump Original Game в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Doodle Jump is a classic arcade game where you control a green alien named Doodle as he jumps from platform to platform, avoiding obstacles and collecting power-ups. The game is endless, so you can keep playing until you reach your highest score.

This extension brings the classic Doodle Jump game to your Chrome browser. You can play the game in any tab, even when you're not connected to the internet. The extension also includes a number of new features, such as:

Leaderboards: Compare your scores to other players around the world.
Achievements: Earn achievements for completing challenges.
Customizable levels: Create your own levels and share them with others.

- Play others games on the top-left menu                    

Основная информация о расширении

Название Doodle Jump Original Game Doodle Jump Original Game
ID ggopcfpghckeafdaoajnnljjlopalcpn
Официальный URL https://chromewebstore.google.com/detail/doodle-jump-original-game/ggopcfpghckeafdaoajnnljjlopalcpn
Описание Play Doodle Jump Original Unblocked Game as a Chrome extension - Also can Play without Internet, try it now!
Размер файла 204 KB
Количество установок 3,000
Текущая Версия 1.1.1
Последнее Обновление 2023-09-08
Дата публикации 2023-08-04
Рейтинг 4.57/5 Всего 7 оценок
Разработчик https://doodlejump.fun
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://doodlejump.fun/
URL страницы помощи https://doodlejump.fun/
URL страницы политики конфиденциальности https://w3technic.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "version": "1.1.1",
    "version_name": "1.1.1",
    "action": {
        "default_icon": {
            "16": "img\/16x16.png",
            "48": "img\/48x48.png",
            "256": "img\/256x256.png"
        },
        "default_title": "Click to open the popup",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "update.js"
    },
    "offline_enabled": true,
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "256": "img\/256x256.png"
    },
    "options_page": "index.html",
    "homepage_url": "https:\/\/doodlejump.fun\/"
}