2048 cheat

Click on extension to activate 2048 cheat!

What is 2048 cheat?

2048 cheat is a Chrome extension developed by bonkdevelopment, and its main feature is "Click on extension to activate 2048 cheat!".

Extension Screenshots

screenshot
screenshot
screenshot

Download 2048 cheat Extension CRX File

Download 2048 cheat 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 extension allows you to spawn in 2048 tiles in the game "2048" hosted on "https://play2048.co/​". Simply enter the amount of 2048 tiles you want (1-10) then press "Ok" , or chose to play the game regularly. To reset simply press the extension icon in the top right 
 to re-activate the cheat, refresh the page.                    

Extension Basic Information

Name 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
Official URL https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
Description Click on extension to activate 2048 cheat!
File Size 13.71 KB
Installation Count 3,076
Current Version 1.1
Last Updated 2023-11-08
Publish Date 2021-04-03
Rating 5.00/5 Total 9 Ratings
Developer bonkdevelopment
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2048 cheat",
    "action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 3,
    "version": "1.1",
    "description": "Click on extension to activate 2048 cheat!",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play2048.co\/"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}