2048 Game for Chrome

Play 2048 HTML5 game for free!

O que é 2048 Game for Chrome?

2048 Game for Chrome é uma extensão do Chrome desenvolvida por feep, e sua principal característica é "Play 2048 HTML5 game for free!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 2048 Game for Chrome

Baixe arquivos de extensão 2048 Game for Chrome 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

                        Join the numbers and get to the 2048 tile! Use your arrow keys to move the tiles. When two tiles with the same number touch, they will merge into one!                    

Informações Básicas da Extensão

Nome 2048 Game for Chrome 2048 Game for Chrome
ID mnglgpipcpimpaieinjhdcocmepcclfc
URL Oficial https://chromewebstore.google.com/detail/2048-game-for-chrome/mnglgpipcpimpaieinjhdcocmepcclfc
Descrição Play 2048 HTML5 game for free!
Tamanho do Arquivo 713 KB
Contagem de Instalações 102
Versão Atual 0.10.20
Última Atualização 2022-11-22
Data de Publicação 2022-11-21
Desenvolvedor feep
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.feep.club/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "offline_enabled": true,
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "128": "ngyroKG\/z6FqA9W.png",
            "16": "ngyroKG\/Q16yK.png",
            "256": "ngyroKG\/RrNLHiet.png",
            "32": "ngyroKG\/EGmfe0.png"
        },
        "default_popup": "i4rA4.html",
        "default_title": "2048 Game for Chrome"
    },
    "version": "0.10.20",
    "icons": {
        "128": "ngyroKG\/z6FqA9W.png",
        "16": "ngyroKG\/Q16yK.png",
        "256": "ngyroKG\/RrNLHiet.png",
        "32": "ngyroKG\/EGmfe0.png"
    },
    "name": "2048 Game for Chrome",
    "background": {
        "service_worker": "c2PNpw6.js"
    },
    "description": "Play 2048 HTML5 game for free!",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}