2048 Game

Move the tiles and if two tiles have the same number, they merge into one

Что такое 2048 Game?

2048 Game - это расширение Chrome, разработанное InitDex, и его основная функция - "Move the tiles and if two tiles have the same number, they merge into one".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения 2048 Game

Скачайте файлы расширений 2048 Game в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название 2048 Game 2048 Game
ID domcbkielhenkcbpaijigldnakonmeba
Официальный URL https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba
Описание Move the tiles and if two tiles have the same number, they merge into one
Размер файла 345 KB
Количество установок 67
Текущая Версия 1.0.0.2
Последнее Обновление 2019-04-08
Дата публикации 2019-04-08
Рейтинг 5.00/5 Всего 2 оценок
Разработчик InitDex
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://www.leadforyou.net/privacy-policy-auto-assistant
Поддерживаемые языки 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",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Funny Game",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.2",
    "web_accessible_resources": [
        "game\/*.html",
        "game\/*.ico",
        "game\/js\/*.js",
        "game\/meta\/*.png",
        "game\/style\/*.css",
        "game\/style\/*.scss",
        "game\/style\/fonts\/*.css",
        "game\/style\/fonts\/*.eot",
        "game\/style\/fonts\/*.svg",
        "game\/style\/fonts\/*.woff"
    ]
}