2048 Game

PLAY 2048 GAME ONLINE

O que é 2048 Game?

2048 Game é uma extensão do Chrome desenvolvida por https://gamebobo.com, e sua principal característica é "PLAY 2048 GAME ONLINE".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 2048 Game

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

                        2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!

HOW TO PLAY: Use your arrow keys to move the numbers. When two tiles with the same number touch, they merge into one!                    

Informações Básicas da Extensão

Nome 2048 Game 2048 Game
ID kjldfobcalpagmgddjaoplhhalgddiah
URL Oficial https://chrome.google.com/webstore/detail/2048-game/kjldfobcalpagmgddjaoplhhalgddiah
Descrição PLAY 2048 GAME ONLINE
Tamanho do Arquivo 9.46 KB
Contagem de Instalações 1,000
Versão Atual 2048
Última Atualização 2019-11-07
Data de Publicação 2019-11-07
Classificação 2.15/5 Total de 62 Avaliações
Desenvolvedor https://gamebobo.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2048 Game",
    "version": "2048",
    "description": "PLAY 2048 GAME ONLINE",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/2048.gamebobo.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "2048 Game"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}