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
    }
}