Icing On The Cake
Icing On The Cake is a fun online game where you’re playing as a pastry-cook
Что такое Icing On The Cake?
Icing On The Cake - это расширение Chrome, разработанное ismailemek, и его основная функция - "Icing On The Cake is a fun online game where you’re playing as a pastry-cook".
Снимки экрана расширения
Скачать файл CRX расширения Icing On The Cake
Скачайте файлы расширений Icing On The Cake в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Icing On The Cake is a fun online game where you’re playing as a pastry-cook. Your objective will be to create the most beautiful cakes, based on images that you’ll be getting. The cake will be turning around and your objective will be to put on the icing based on the source image. You can change colors down in the menu. With each level, the difficulty will be higher and it will get more difficult to create exactly what the customer is asking for. Be careful and think about when you’ll start putting on the icing
Основная информация о расширении
Название | |
ID | gjkodjccgfefabdddcbobfgpmpimdnhl |
Официальный URL | https://chrome.google.com/webstore/detail/icing-on-the-cake/gjkodjccgfefabdddcbobfgpmpimdnhl |
Описание | Icing On The Cake is a fun online game where you’re playing as a pastry-cook |
Размер файла | 31.03 KB |
Количество установок | 131 |
Текущая Версия | 1 |
Последнее Обновление | 2020-05-31 |
Дата публикации | 2020-05-31 |
Разработчик | ismailemek |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.noobgamer.club/games/play/icing-on-the-cake |
URL страницы помощи | http://www.noobgamer.club/page/terms |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Icing On The Cake", "manifest_version": 2, "description": "Icing On The Cake is a fun online game where you\u2019re playing as a pastry-cook", "icons": { "16": "16.png", "128": "128.png" }, "version": "1", "browser_action": [], "background": { "scripts": [ "popup.js" ], "persistent": false } } |