2048 cheat

Click on extension to activate 2048 cheat!

什么是2048 cheat?

2048 cheat是由bonkdevelopment开发的Chrome扩展程序,该扩展的主要功能是“Click on extension to activate 2048 cheat!”。

扩展截图

screenshot
screenshot
screenshot

下载2048 cheat扩展crx文件

下载2048 cheat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
官方URL https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
简介 Click on extension to activate 2048 cheat!
文件大小 13.71 KB
安装次数 3,076
当前版本 1.1
更新时间 2023-11-08
上架时间 2021-04-03
评分 5.00/5 共9次评分
开发者 bonkdevelopment
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}