Papa's Cupcakeria

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

Qu'est-ce que Papa's Cupcakeria ?

Papa's Cupcakeria est une extension Chrome développée par lconapps, et sa fonction principale est "Play Papa's Cupcakeria, an online game free cupcake, cake, sweet, restaurant, cafeteria, make cake".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Papa's Cupcakeria

Téléchargez les fichiers d'extension Papa's Cupcakeria au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Papa's Cupcakeria Papa's Cupcakeria
ID mghggcgcbbcogfboagokomanpanmnode
URL Officiel 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
Taille du Fichier 12.97 KB
Nombre d'Installations 14,702
Version Actuelle 3.1
Dernière Mise à Jour 2020-03-02
Date de Publication 2020-03-02
Évaluation 2.81/5 Total 83 Évaluations
Développeur lconapps
Type de Paiement free
URL de la Page de Politique de Confidentialité https://cronegame.com/privacy-policy
Langues Prises en Charge 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
    }
}