2048 cheat

Click on extension to activate 2048 cheat!

O que é 2048 cheat?

2048 cheat é uma extensão do Chrome desenvolvida por bonkdevelopment, e sua principal característica é "Click on extension to activate 2048 cheat!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 2048 cheat

Baixe arquivos de extensão 2048 cheat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
URL Oficial https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
Descrição Click on extension to activate 2048 cheat!
Tamanho do Arquivo 13.71 KB
Contagem de Instalações 3,076
Versão Atual 1.1
Última Atualização 2023-11-08
Data de Publicação 2021-04-03
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor bonkdevelopment
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}