2048 Game

PLAY 2048 GAME ONLINE

Cos'è 2048 Game?

2048 Game è un'estensione di Chrome sviluppata da https://gamebobo.com, e la sua funzione principale è "PLAY 2048 GAME ONLINE".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 2048 Game

Scarica i file di estensione 2048 Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome 2048 Game 2048 Game
ID kjldfobcalpagmgddjaoplhhalgddiah
URL Ufficiale https://chrome.google.com/webstore/detail/2048-game/kjldfobcalpagmgddjaoplhhalgddiah
Descrizione PLAY 2048 GAME ONLINE
Dimensione del File 9.46 KB
Conteggio Installazioni 1,000
Versione Corrente 2048
Ultimo Aggiornamento 2019-11-07
Data di Pubblicazione 2019-11-07
Valutazione 2.15/5 Totale 62 Valutazioni
Sviluppatore https://gamebobo.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2048 Game",
    "version": "2048",
    "description": "PLAY 2048 GAME ONLINE",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/2048.gamebobo.com\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "2048 Game"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}