Drawasaurusuh

Improves the user interface when playing at drawasaurus.org

Что такое Drawasaurusuh?

Drawasaurusuh - это расширение Chrome, разработанное Obtuse Goose Ltd, и его основная функция - "Improves the user interface when playing at drawasaurus.org".

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

screenshot

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

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

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

                        Makes several improvements to the user interface at drawasaurus.org:
• Adds numbers after the clue e.g.: instead of 
_ _ _ _ _ _ _ _ _ _ _   _ _ _ _ _ _ 
you see 
_ _ _ _ _ _ _ _ _ _ _   _ _ _ _ _ _ (11,6)
• If you type and the guess box isn't in focus, it automatically switches to it.
• If the "Still playing?" 15 second timer pops-up, it automatically clicks it for you.
• Disables the back button so you don't get kicked-out of the game if you accidentally click the back button on your mouse whilst drawing.                    

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

Название Drawasaurusuh Drawasaurusuh
ID ccnbkllpmelaliabegbdabkibhdigpjg
Официальный URL https://chromewebstore.google.com/detail/drawasaurusuh/ccnbkllpmelaliabegbdabkibhdigpjg
Описание Improves the user interface when playing at drawasaurus.org
Размер файла 44.65 KB
Количество установок 108
Текущая Версия 0.1.0
Последнее Обновление 2022-05-12
Дата публикации 2021-03-12
Рейтинг 4.00/5 Всего 1 оценок
Разработчик Obtuse Goose Ltd
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://discord.gg/grkrDqFPsM
URL страницы политики конфиденциальности http://www.autocardanywhere.com/privacypolicy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "libs\/jquery-3.6.0.min.js",
                "drawasaurusuh.js"
            ],
            "matches": [
                "http:\/\/www.drawasaurus.org\/room\/*",
                "https:\/\/www.drawasaurus.org\/room\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Improves the user interface when playing at drawasaurus.org",
    "icons": {
        "128": "image-128.png",
        "48": "image-48.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 3,
    "name": "Drawasaurusuh",
    "short_name": "Drawasaurusuh",
    "version": "0.1.0"
}