2048 Game
Move the tiles and if two tiles have the same number, they merge into one
What is 2048 Game?
2048 Game is a Chrome extension developed by InitDex, and its main feature is "Move the tiles and if two tiles have the same number, they merge into one".
Extension Screenshots
Download 2048 Game Extension CRX File
Download 2048 Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | domcbkielhenkcbpaijigldnakonmeba |
Official URL | https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba |
Description | Move the tiles and if two tiles have the same number, they merge into one |
File Size | 345 KB |
Installation Count | 67 |
Current Version | 1.0.0.2 |
Last Updated | 2019-04-08 |
Publish Date | 2019-04-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | InitDex |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.leadforyou.net/privacy-policy-auto-assistant |
Supported Languages | 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", " |