2048 Game

PLAY 2048 GAME ONLINE

Apa itu 2048 Game?

2048 Game adalah ekstensi Chrome yang dikembangkan oleh https://gamebobo.com, dan fitur utamanya adalah "PLAY 2048 GAME ONLINE".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 2048 Game

Unduh file ekstensi 2048 Game dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama 2048 Game 2048 Game
ID kjldfobcalpagmgddjaoplhhalgddiah
URL Resmi https://chrome.google.com/webstore/detail/2048-game/kjldfobcalpagmgddjaoplhhalgddiah
Deskripsi PLAY 2048 GAME ONLINE
Ukuran File 9.46 KB
Jumlah Instalasi 1,000
Versi Saat Ini 2048
Terakhir Diperbarui 2019-11-07
Tanggal Publikasi 2019-11-07
Penilaian 2.15/5 Total 62 Penilaian
Pengembang https://gamebobo.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}