Classic 2048 Offline
The classic 2048 game offline version on your Google Chrome!
Что такое Classic 2048 Offline?
Classic 2048 Offline - это расширение Chrome, разработанное https://games.1bestlinks.net, и его основная функция - "The classic 2048 game offline version on your Google Chrome!".
Снимки экрана расширения
Скачать файл CRX расширения Classic 2048 Offline
Скачайте файлы расширений Classic 2048 Offline в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Want to play 2048? Play this game online for free in your own Chrome browser, no internet required. Lots of fun to play when bored at home or at school. Combine all the bricks for a total of 2048! Math puzzle game that will challenge your ability to use odd numbers. You can move the bricks in any direction to make the same numbers converge. Try not to lose all the space! HOW TO PLAY: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! Please visit our website, we have compiled thousands of very attractive games to help you relax after a stressful working hour, entertain and enjoy the game right on your browser! And it's free link: https://games.1bestlinks.net/
Основная информация о расширении
Название | |
ID | ehaaioadjlnmadphjjgnalibfkmgijkh |
Официальный URL | https://chrome.google.com/webstore/detail/classic-2048-offline/ehaaioadjlnmadphjjgnalibfkmgijkh |
Описание | The classic 2048 game offline version on your Google Chrome! |
Размер файла | 1.83 MB |
Количество установок | 235 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2022-03-20 |
Дата публикации | 2022-03-20 |
Разработчик | https://games.1bestlinks.net |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Classic 2048 Offline", "manifest_version": 3, "version": "1.0.0", "version_name": "1.0.0", "action": { "default_icon": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "default_title": "2048 on Chrome\u2122", "default_popup": "index.html" }, "background": { "service_worker": "bg.js" }, "offline_enabled": true, "description": "The classic 2048 game offline version on your Google Chrome!", "icons": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "options_page": "index.html", "homepage_url": "https:\/\/games.1bestlinks.net\/" } |