Skribbl No Hint

Add an option to hide the blank spaces when playing, for a challenge.

Что такое Skribbl No Hint?

Skribbl No Hint - это расширение Chrome, разработанное VerB, и его основная функция - "Add an option to hide the blank spaces when playing, for a challenge.".

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

screenshot

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

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

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

                        skribbl.io normally displays a hint at the top of the page, in the form of blank spaces.

This extension enables you to hide this hint.
A toggle (on by default) will appear next to the round counter in the top left.
When active, no letters or blank spaces will display in the hint area.                    

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

Название Skribbl No Hint Skribbl No Hint
ID nflhmeckdadnjglknlkpibhimbcghcfc
Официальный URL https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc
Описание Add an option to hide the blank spaces when playing, for a challenge.
Размер файла 94.37 KB
Количество установок 397
Текущая Версия 0.1
Последнее Обновление 2020-11-04
Дата публикации 2020-11-04
Рейтинг 2.00/5 Всего 1 оценок
Разработчик VerB
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skribbl No Hint",
    "version": "0.1",
    "description": "Add an option to hide the blank spaces when playing, for a challenge.",
    "icons": {
        "42": "icon42.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}