Icing On The Cake

Icing On The Cake is a fun online game where you’re playing as a pastry-cook

Was ist Icing On The Cake?

Icing On The Cake ist eine Chrome-Erweiterung, die von ismailemek entwickelt wurde, und ihr Hauptmerkmal ist "Icing On The Cake is a fun online game where you’re playing as a pastry-cook".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Icing On The Cake-Erweiterungs-CRX-Datei herunterladen

Laden Sie Icing On The Cake-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Icing On The Cake Icing On The Cake
ID gjkodjccgfefabdddcbobfgpmpimdnhl
Offizielle URL https://chrome.google.com/webstore/detail/icing-on-the-cake/gjkodjccgfefabdddcbobfgpmpimdnhl
Beschreibung Icing On The Cake is a fun online game where you’re playing as a pastry-cook
Dateigröße 31.03 KB
Installationsanzahl 131
Aktuelle Version 1
Letztes Update 2020-05-31
Veröffentlichungsdatum 2020-05-31
Entwickler ismailemek
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.noobgamer.club/games/play/icing-on-the-cake
Hilfeseite URL http://www.noobgamer.club/page/terms
Unterstützte Sprachen 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
    }
}