2048 Game
PLAY 2048 GAME ONLINE
What is 2048 Game?
2048 Game is a Chrome extension developed by https://gamebobo.com, and its main feature is "PLAY 2048 GAME ONLINE".
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
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!
Extension Basic Information
Name | |
ID | kjldfobcalpagmgddjaoplhhalgddiah |
Official URL | https://chrome.google.com/webstore/detail/2048-game/kjldfobcalpagmgddjaoplhhalgddiah |
Description | PLAY 2048 GAME ONLINE |
File Size | 9.46 KB |
Installation Count | 1,000 |
Current Version | 2048 |
Last Updated | 2019-11-07 |
Publish Date | 2019-11-07 |
Rating | 2.15/5 Total 62 Ratings |
Developer | https://gamebobo.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |