Google Doodle Games for Chrome™

Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way

Что такое Google Doodle Games for Chrome™?

Google Doodle Games for Chrome™ - это расширение Chrome, разработанное https://monkeymart.org, и его основная функция - "Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way".

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

screenshot

Скачать файл CRX расширения Google Doodle Games for Chrome™

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

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

                        With our extension, you can easily compile the most popular and enjoyable Google Doodle games and even add your favorite titles to your list of favorites. However, in recent years, Google has taken this one step further by creating games that are accessible through the Google Doodle. These games are simple, yet entertaining, and can provide hours of fun for people of all ages.
Please vote us 5 start if you love this extension! thanks!                    

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

Название Google Doodle Games for Chrome™ Google Doodle Games for Chrome™
ID jpkmejpphhbneofjacfbbnmanhjpfcen
Официальный URL https://chromewebstore.google.com/detail/google-doodle-games-for-c/jpkmejpphhbneofjacfbbnmanhjpfcen
Описание Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way
Размер файла 2.68 MB
Количество установок 94
Текущая Версия 1.0
Последнее Обновление 2023-11-21
Дата публикации 2023-05-12
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://monkeymart.org
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://monkeymart.org/
URL страницы политики конфиденциальности https://fg4u.net/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Doodle Games for Chrome\u2122",
    "description": "Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "512": "icons\/icon512.png",
            "256": "icons\/icon256.png",
            "128": "icons\/icon128.png",
            "64": "icons\/icon64.png",
            "48": "icons\/icon48.png",
            "32": "icons\/icon32.png",
            "16": "icons\/icon16.png"
        }
    },
    "icons": {
        "512": "icons\/icon512.png",
        "256": "icons\/icon256.png",
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "48": "icons\/icon48.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}