Papa's Cupcakeria

Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake

什么是Papa's Cupcakeria?

Papa's Cupcakeria是由lconapps开发的Chrome扩展程序,该扩展的主要功能是“Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Papa's Cupcakeria扩展crx文件

下载Papa's Cupcakeria扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Papa's Cupcakeria Papa's Cupcakeria
ID mghggcgcbbcogfboagokomanpanmnode
官方URL https://chrome.google.com/webstore/detail/papas-cupcakeria/mghggcgcbbcogfboagokomanpanmnode
简介 Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake
文件大小 12.97 KB
安装次数 14,702
当前版本 3.1
更新时间 2020-03-02
上架时间 2020-03-02
评分 2.81/5 共83次评分
开发者 lconapps
付费类型 free
隐私政策页面URL https://cronegame.com/privacy-policy
支持的语言 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
    }
}