2048 cheat

Click on extension to activate 2048 cheat!

2048 cheat là gì?

2048 cheat là một tiện ích mở rộng Chrome được phát triển bởi bonkdevelopment, và tính năng chính của nó là "Click on extension to activate 2048 cheat!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 2048 cheat

Tải xuống các tệp mở rộng 2048 cheat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
URL Chính Thức https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
Mô tả Click on extension to activate 2048 cheat!
Kích Thước Tệp 13.71 KB
Số Lần Cài Đặt 3,076
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2021-04-03
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển bonkdevelopment
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}