Icing On The Cake
Icing On The Cake is a fun online game where you’re playing as a pastry-cook
What is Icing On The Cake?
Icing On The Cake is a Chrome extension developed by ismailemek, and its main feature is "Icing On The Cake is a fun online game where you’re playing as a pastry-cook".
Extension Screenshots
Download Icing On The Cake Extension CRX File
Download Icing On The Cake 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
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
Extension Basic Information
Name | |
ID | gjkodjccgfefabdddcbobfgpmpimdnhl |
Official URL | https://chrome.google.com/webstore/detail/icing-on-the-cake/gjkodjccgfefabdddcbobfgpmpimdnhl |
Description | Icing On The Cake is a fun online game where you’re playing as a pastry-cook |
File Size | 31.03 KB |
Installation Count | 131 |
Current Version | 1 |
Last Updated | 2020-05-31 |
Publish Date | 2020-05-31 |
Developer | ismailemek |
[email protected] | |
Payment Type | free |
Extension Website | http://www.noobgamer.club/games/play/icing-on-the-cake |
Help Page URL | http://www.noobgamer.club/page/terms |
Supported Languages | 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 } } |