WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
2048 Game

2048 Game

View on Chrome Web Store
View 2048 Game Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (943 ratings)
1 new ratings
29 views
This extension has been viewed 29 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 19, 2025.

Play 2048 Game Online. Play 2048 Game Offline. Join the numbers and get to the 2048 tile!
Type
Extension
Users
1,000,000 users
Activity
View author page of Activity
Published
Published on April 13, 2021
Version 1.4.0
Manifest version
3
Updated
Updated on September 13, 2024
lifestyle/games
Extension Category
Website
Visit developer website
View on Chrome Web Store
View 2048 Game Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo.png",
        "default_title": "__MSG_name__",
        "default_popup": "2048.html"
    },
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "48": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background-script.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "jquery.min.js",
                "injectGameButton.js"
            ],
            "css": [
                "gamesBar.css"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "name": "2048 Game",
    "version": "1.4.0"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top