Papa's Cupcakeria
Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake
What is Papa's Cupcakeria?
Papa's Cupcakeria is a Chrome extension developed by lconapps, and its main feature is "Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake".
Extension Screenshots
Download Papa's Cupcakeria Extension CRX File
Download Papa's Cupcakeria 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
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!
Extension Basic Information
Name | |
ID | mghggcgcbbcogfboagokomanpanmnode |
Official URL | https://chrome.google.com/webstore/detail/papas-cupcakeria/mghggcgcbbcogfboagokomanpanmnode |
Description | Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake |
File Size | 12.97 KB |
Installation Count | 14,702 |
Current Version | 3.1 |
Last Updated | 2020-03-02 |
Publish Date | 2020-03-02 |
Rating | 2.81/5 Total 83 Ratings |
Developer | lconapps |
Payment Type | free |
Privacy Policy Page URL | https://cronegame.com/privacy-policy |
Supported Languages | 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 } } |