Papa's Cupcakeria

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

Papa's Cupcakeriaคืออะไร?

Papa's Cupcakeria เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lconapps และคุณลักษณะหลักของมันคือ "Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Papa's Cupcakeria

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}