2048 Game

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

Co je 2048 Game?

2048 Game je rozšíření Chrome vyvinuté InitDex, a jeho hlavní funkcí je „Move the tiles and if two tiles have the same number, they merge into one“.

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í

                        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                    

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

Název 2048 Game 2048 Game
ID domcbkielhenkcbpaijigldnakonmeba
Oficiální URL https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba
Popis Move the tiles and if two tiles have the same number, they merge into one
Velikost souboru 345 KB
Počet instalací 67
Aktuální Verze 1.0.0.2
Poslední Aktualizace 2019-04-08
Datum Vydání 2019-04-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář InitDex
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.leadforyou.net/privacy-policy-auto-assistant
Podporované Jazyky 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"
    ]
}