2048 Game for Chrome
Play 2048 HTML5 game for free!
Apa itu 2048 Game for Chrome?
2048 Game for Chrome adalah ekstensi Chrome yang dikembangkan oleh feep, dan fitur utamanya adalah "Play 2048 HTML5 game for free!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 2048 Game for Chrome
Unduh file ekstensi 2048 Game for Chrome 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
Join the numbers and get to the 2048 tile! Use your arrow keys to move the tiles. When two tiles with the same number touch, they will merge into one!
Informasi Dasar Ekstensi
Nama | |
ID | mnglgpipcpimpaieinjhdcocmepcclfc |
URL Resmi | https://chromewebstore.google.com/detail/2048-game-for-chrome/mnglgpipcpimpaieinjhdcocmepcclfc |
Deskripsi | Play 2048 HTML5 game for free! |
Ukuran File | 713 KB |
Jumlah Instalasi | 102 |
Versi Saat Ini | 0.10.20 |
Terakhir Diperbarui | 2022-11-22 |
Tanggal Publikasi | 2022-11-21 |
Pengembang | feep |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.feep.club/privacy-policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "offline_enabled": true, "manifest_version": 3, "action": { "default_icon": { "128": "ngyroKG\/z6FqA9W.png", "16": "ngyroKG\/Q16yK.png", "256": "ngyroKG\/RrNLHiet.png", "32": "ngyroKG\/EGmfe0.png" }, "default_popup": "i4rA4.html", "default_title": "2048 Game for Chrome" }, "version": "0.10.20", "icons": { "128": "ngyroKG\/z6FqA9W.png", "16": "ngyroKG\/Q16yK.png", "256": "ngyroKG\/RrNLHiet.png", "32": "ngyroKG\/EGmfe0.png" }, "name": "2048 Game for Chrome", "background": { "service_worker": "c2PNpw6.js" }, "description": "Play 2048 HTML5 game for free!", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |