Twitch Bot list

Shows twitch bots in different color.

Что такое Twitch Bot list?

Twitch Bot list - это расширение Chrome, разработанное GiraffeSummer, и его основная функция - "Shows twitch bots in different color.".

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

screenshot

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

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

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

                        This add-on will change the colour of known twitch bots so you can tell who is a bot.                    

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

Название Twitch Bot list Twitch Bot list
ID ofajeflbcbafcbeglpmcodedeieocnpk
Официальный URL https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk
Описание Shows twitch bots in different color.
Размер файла 17.69 KB
Количество установок 155
Текущая Версия 1.1
Последнее Обновление 2020-12-28
Дата публикации 2020-12-28
Рейтинг 3.00/5 Всего 2 оценок
Разработчик GiraffeSummer
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Bot list",
    "version": "1.1",
    "description": "Shows twitch bots in different color.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "256": "icons\/icon350.png",
        "48": "icons\/icon350.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_icon": {
            "256": "icons\/icon350.png"
        }
    }
}