WebExtension.net
WebExtension.net

2048 Game

View on Chrome Web Store
View 2048 Game Chrome Extension on Chrome Web Store
4.9 (947 ratings)

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

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
View on Chrome Web Store
View 2048 Game Chrome Extension on Chrome Web Store
lifestyle/games
Extension Category
Website
Visit developer website

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"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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