2048 cheat

Click on extension to activate 2048 cheat!

Что такое 2048 cheat?

2048 cheat - это расширение Chrome, разработанное bonkdevelopment, и его основная функция - "Click on extension to activate 2048 cheat!".

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

screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to spawn in 2048 tiles in the game "2048" hosted on "https://play2048.co/​". Simply enter the amount of 2048 tiles you want (1-10) then press "Ok" , or chose to play the game regularly. To reset simply press the extension icon in the top right 
 to re-activate the cheat, refresh the page.                    

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

Название 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
Официальный URL https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
Описание Click on extension to activate 2048 cheat!
Размер файла 13.71 KB
Количество установок 3,076
Текущая Версия 1.1
Последнее Обновление 2023-11-08
Дата публикации 2021-04-03
Рейтинг 5.00/5 Всего 9 оценок
Разработчик bonkdevelopment
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2048 cheat",
    "action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 3,
    "version": "1.1",
    "description": "Click on extension to activate 2048 cheat!",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play2048.co\/"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}