Doodle Jump (Official)

This is the official Dodle Jump mobile game in popup!

Что такое Doodle Jump (Official)?

Doodle Jump (Official) - это расширение Chrome, разработанное Eatham532, и его основная функция - "This is the official Dodle Jump mobile game in popup!".

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

screenshot

Скачать файл CRX расширения Doodle Jump (Official)

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

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

                        Have fun with a good way to play doodle jump in popup. No problems at all compared to others. This is my first extension and I am still learning. I do realize that my extension when looked at looks worse that it is. But I promise you that it is the full real thing (saying this makes it sound even more worse 😔.) 

Wow! Comming back almost a year later the are over 4,000 users! 

Also, sorry I have not been working on this extension and I don't think I will work on it anymore because its good anyway.                    

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

Название Doodle Jump (Official) Doodle Jump (Official)
ID cinkdgnpklnmonjpccajcdealahgblja
Официальный URL https://chrome.google.com/webstore/detail/doodle-jump-official/cinkdgnpklnmonjpccajcdealahgblja
Описание This is the official Dodle Jump mobile game in popup!
Размер файла 334 KB
Количество установок 11,104
Текущая Версия 2.0
Последнее Обновление 2022-02-10
Дата публикации 2021-05-08
Рейтинг 4.10/5 Всего 10 оценок
Разработчик Eatham532
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doodle Jump (Official)",
    "description": "This is the official Dodle Jump mobile game in popup!",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    }
}