Drawbattle Cheats

Gives all the answers for drawbattle!

Что такое Drawbattle Cheats?

Drawbattle Cheats - это расширение Chrome, разработанное krash, и его основная функция - "Gives all the answers for drawbattle!".

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

screenshot
screenshot

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

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

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

                        Get all the answers for your drawbattle games using this extension. Simply press on the extension icon to reveal the answer.                    

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

Название Drawbattle Cheats Drawbattle Cheats
ID jflnjkcopkkbfblkjldbkccdcbjjlhim
Официальный URL https://chromewebstore.google.com/detail/drawbattle-cheats/jflnjkcopkkbfblkjldbkccdcbjjlhim
Описание Gives all the answers for drawbattle!
Размер файла 28.54 KB
Количество установок 282
Текущая Версия 1.0.1
Последнее Обновление 2023-01-10
Дата публикации 2023-01-08
Рейтинг 5.00/5 Всего 2 оценок
Разработчик krash
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drawbattle Cheats",
    "description": "Gives all the answers for drawbattle!",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/drawbattle.io\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Settings"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}