Papa's Cupcakeria
Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake
Was ist Papa's Cupcakeria?
Papa's Cupcakeria ist eine Chrome-Erweiterung, die von lconapps entwickelt wurde, und ihr Hauptmerkmal ist "Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake".
Erweiterungsscreenshots
Papa's Cupcakeria-Erweiterungs-CRX-Datei herunterladen
Laden Sie Papa's Cupcakeria-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
In Papa's Cupcakeria, make delicious cupcakes, choosing from the colorful base until the type of coverage. Pay close attention to the tips of the Pope and be careful with the decoration of the cupcake. Your cupcake has to be the most beautiful of all!
Grundlegende Informationen zur Erweiterung
Name | |
ID | mghggcgcbbcogfboagokomanpanmnode |
Offizielle URL | https://chrome.google.com/webstore/detail/papas-cupcakeria/mghggcgcbbcogfboagokomanpanmnode |
Beschreibung | Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake |
Dateigröße | 12.97 KB |
Installationsanzahl | 14,702 |
Aktuelle Version | 3.1 |
Letztes Update | 2020-03-02 |
Veröffentlichungsdatum | 2020-03-02 |
Bewertung | 2.81/5 Insgesamt 83 Bewertungen |
Entwickler | lconapps |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://cronegame.com/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Papa's Cupcakeria", "short_name": "Play Papa's Cupcakeria Free Online Game", "description": "Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake", "version": "3.1", "browser_action": { "default_title": "Papa's Cupcakeria", "default_icon": "128.png" }, "icons": { "16": "128.png", "48": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |