2048 Puzzle Game - Chrome

2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!

O que é 2048 Puzzle Game - Chrome?

2048 Puzzle Game - Chrome é uma extensão do Chrome desenvolvida por Puzzles-Online, e sua principal característica é "2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão 2048 Puzzle Game - Chrome

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

                        the best puzzle game ever created is now on your chrome for free! just click and enjoy.                    

Informações Básicas da Extensão

Nome 2048 Puzzle Game - Chrome 2048 Puzzle Game - Chrome
ID fbedbdcdgfmoblpecfbdnokjnlgnmagc
URL Oficial https://chromewebstore.google.com/detail/2048-puzzle-game-chrome/fbedbdcdgfmoblpecfbdnokjnlgnmagc
Descrição 2048 is an easy and fun puzzle game. Get 2048 Game Extension For Chrome!
Tamanho do Arquivo 175 KB
Contagem de Instalações 182
Versão Atual 3.1.2
Última Atualização 2021-10-28
Data de Publicação 2021-10-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Puzzles-Online
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://yglsearch.com/privacy
Idiomas Suportados de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ta,te,th,ar,ko
manifest.json
{
    "name": "2048 Puzzle Game - Chrome",
    "default_locale": "en",
    "description": "__MSG_description__",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "48.png",
        "default_title": "2048 Puzzle Game"
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "bg.js",
            "jquery.js",
            "bootstrap.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/cdn.googlstaticontent.com https:\/\/code.jquery.com;  object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.2",
    "manifest_version": 2
}