2048 Game

Move the tiles and if two tiles have the same number, they merge into one

O que é 2048 Game?

2048 Game é uma extensão do Chrome desenvolvida por InitDex, e sua principal característica é "Move the tiles and if two tiles have the same number, they merge into one".

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

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

Informações Básicas da Extensão

Nome 2048 Game 2048 Game
ID domcbkielhenkcbpaijigldnakonmeba
URL Oficial https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba
Descrição Move the tiles and if two tiles have the same number, they merge into one
Tamanho do Arquivo 345 KB
Contagem de Instalações 67
Versão Atual 1.0.0.2
Última Atualização 2019-04-08
Data de Publicação 2019-04-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor InitDex
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.leadforyou.net/privacy-policy-auto-assistant
Idiomas Suportados en
manifest.json
{
    "background": {
        "page": "bgr.html"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_title": "Launch game"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Move the tiles and if two tiles have the same number, they merge into one",
    "icons": {
        "128": "icon\/128.png",
        "16": "icon\/64.png",
        "48": "icon\/48.png"
    },
    "manifest_version": 2,
    "name": "2048 Game",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Funny Game",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.2",
    "web_accessible_resources": [
        "game\/*.html",
        "game\/*.ico",
        "game\/js\/*.js",
        "game\/meta\/*.png",
        "game\/style\/*.css",
        "game\/style\/*.scss",
        "game\/style\/fonts\/*.css",
        "game\/style\/fonts\/*.eot",
        "game\/style\/fonts\/*.svg",
        "game\/style\/fonts\/*.woff"
    ]
}