AutoDraw for skribbl.io

Auto draws images in pictionary game skribbl.io.

Что такое AutoDraw for skribbl.io?

AutoDraw for skribbl.io - это расширение Chrome, разработанное galehouse5, и его основная функция - "Auto draws images in pictionary game skribbl.io.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AutoDraw for skribbl.io

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

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

                        Updates:
- Now works with Skribbl's December 2022 UI changes

How to use:
 1. Search for an image using Google (https://images.google.com)
 2. Drag and drop it onto the canvas
 3. Sit back and relax

Tips:
 - Simple images, like clip art, draw the fastest
 - Draws best with Chrome maximized

Is AutoDraw active?
If the extension's starfish icon has color then it's active. Just drag and drop an image onto the canvas when it's your turn to draw.                    

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

Название AutoDraw for skribbl.io AutoDraw for skribbl.io
ID bpnefockcbbpkbahgkkacjmebfheacjb
Официальный URL https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb
Описание Auto draws images in pictionary game skribbl.io.
Размер файла 11.69 KB
Количество установок 285,247
Текущая Версия 0.3.1
Последнее Обновление 2023-01-04
Дата публикации 2020-05-07
Рейтинг 3.59/5 Всего 237 оценок
Разработчик galehouse5
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/galehouse5/skribbl-io-autodraw
URL страницы помощи https://github.com/galehouse5/skribbl-io-autodraw/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoDraw for skribbl.io",
    "description": "Auto draws images in pictionary game skribbl.io.",
    "version": "0.3.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "dist\/main.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/galehouse5\/skribbl-io-autodraw"
}