2048 Game

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

Co je 2048 Game?

2048 Game je rozšíření Chrome vyvinuté https://2048-game.review, a jeho hlavní funkcí je „2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření 2048 Game

Stáhněte si soubory rozšíření 2048 Game ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The 2048 addictive puzzle game is at your chrome browser, and it's totally free!
Now you can play 2048 game directly from your browser with a single click only! We promise you that the 2048 game/extension will always be free, and you could play as much as you want, no limits whatsoever! The only thing you need to do is to install it and click on the icon, then the puzzle game will open.

How To Play 2048?
Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!
The purpose of 2048 is: (Be surprise ---- get to the 2048 tile!)

If you like it or have any issues, founds bugs or stuff like that -  please leave a review or leave a comment,  we are always trying to get better :)                    

Základní Informace o Rozšíření

Název 2048 Game 2048 Game
ID fkceepiaefcdabdbnecamhdgkjenghkk
Oficiální URL https://chromewebstore.google.com/detail/2048-game/fkceepiaefcdabdbnecamhdgkjenghkk
Popis 2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!
Velikost souboru 61.42 KB
Počet instalací 46,087
Aktuální Verze 3.3.2
Poslední Aktualizace 2021-06-03
Datum Vydání 2019-10-26
Hodnocení 4.49/5 Celkem 183 Hodnocení
Vývojář https://2048-game.review
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Play 2048",
        "default_popup": "2048.html"
    },
    "description": "2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser!",
    "icons": {
        "48": "logo.png"
    },
    "permissions": [
        "webNavigation",
        "",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "2048.png"
    ],
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/pix.2048-game.review;  object-src 'self'",
    "name": "2048 Game",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.2"
}