2048 cheat

Click on extension to activate 2048 cheat!

Cos'è 2048 cheat?

2048 cheat è un'estensione di Chrome sviluppata da bonkdevelopment, e la sua funzione principale è "Click on extension to activate 2048 cheat!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 2048 cheat

Scarica i file di estensione 2048 cheat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
URL Ufficiale https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
Descrizione Click on extension to activate 2048 cheat!
Dimensione del File 13.71 KB
Conteggio Installazioni 3,076
Versione Corrente 1.1
Ultimo Aggiornamento 2023-11-08
Data di Pubblicazione 2021-04-03
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore bonkdevelopment
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}