2048 cheat

Click on extension to activate 2048 cheat!

Apa itu 2048 cheat?

2048 cheat adalah ekstensi Chrome yang dikembangkan oleh bonkdevelopment, dan fitur utamanya adalah "Click on extension to activate 2048 cheat!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi 2048 cheat

Unduh file ekstensi 2048 cheat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
URL Resmi https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
Deskripsi Click on extension to activate 2048 cheat!
Ukuran File 13.71 KB
Jumlah Instalasi 3,076
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-11-08
Tanggal Publikasi 2021-04-03
Penilaian 5.00/5 Total 9 Penilaian
Pengembang bonkdevelopment
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}