2048 Cupcakes

A popup 2048 cupcakes game

What is 2048 Cupcakes?

2048 Cupcakes is a Chrome extension developed by https://2048cupcake.github.io, and its main feature is "A popup 2048 cupcakes game".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 2048 Cupcakes Extension CRX File

Download 2048 Cupcakes 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

                        This is 2048 cupcakes for Chrome!                    

Extension Basic Information

Name 2048 Cupcakes 2048 Cupcakes
ID bebbjaeaajgmpgndeagilpdhfamikjbe
Official URL https://chromewebstore.google.com/detail/2048-cupcakes/bebbjaeaajgmpgndeagilpdhfamikjbe
Description A popup 2048 cupcakes game
File Size 658 KB
Installation Count 20,000
Current Version 2.2.2
Last Updated 2023-10-01
Publish Date 2019-12-09
Rating 4.46/5 Total 56 Ratings
Developer https://2048cupcake.github.io
Email [email protected]
Payment Type free
Extension Website https://2048cupcake.github.io/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2048 Cupcakes",
    "short_name": "2048 Cupcake",
    "version": "2.2.2",
    "description": "A popup 2048 cupcakes game",
    "offline_enabled": true,
    "manifest_version": 2,
    "browser_action": {
        "default_title": "2048 Cupcakes",
        "default_popup": "new\/index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}