2048 Game
Move the tiles and if two tiles have the same number, they merge into one
Apa itu 2048 Game?
2048 Game adalah ekstensi Chrome yang dikembangkan oleh InitDex, dan fitur utamanya adalah "Move the tiles and if two tiles have the same number, they merge into one".
Screenshot Ekstensi
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
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
Informasi Dasar Ekstensi
Nama | |
ID | domcbkielhenkcbpaijigldnakonmeba |
URL Resmi | https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba |
Deskripsi | Move the tiles and if two tiles have the same number, they merge into one |
Ukuran File | 345 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 1.0.0.2 |
Terakhir Diperbarui | 2019-04-08 |
Tanggal Publikasi | 2019-04-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | InitDex |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://www.leadforyou.net/privacy-policy-auto-assistant |
Bahasa yang Didukung | 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", " |