2048 Game

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

Hvad er 2048 Game?

2048 Game er en Chrome-udvidelse udviklet af InitDex, og dens hovedfunktion er "Move the tiles and if two tiles have the same number, they merge into one".

Udvidelsesskærmbilleder

screenshot

Download 2048 Game-udvidelses-CRX-fil

Download 2048 Game-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn 2048 Game 2048 Game
ID domcbkielhenkcbpaijigldnakonmeba
Officiel URL https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba
Beskrivelse Move the tiles and if two tiles have the same number, they merge into one
Filstørrelse 345 KB
Antal Installationer 67
Nuværende Version 1.0.0.2
Senest Opdateret 2019-04-08
Udgivelsesdato 2019-04-08
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler InitDex
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://www.leadforyou.net/privacy-policy-auto-assistant
Understøttede Sprog 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"
    ]
}