Twitch Tools

Move twitch chat to the left side

Что такое Twitch Tools?

Twitch Tools - это расширение Chrome, разработанное https://nomercy.tv, и его основная функция - "Move twitch chat to the left side".

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

screenshot

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

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

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

                        Do you have twitch open on your right monitor? 
Move the Twitch chat to the left of your screen with one click.

More tools to come.

Feature requests are welcome.                    

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

Название Twitch Tools Twitch Tools
ID hoolijiaaedceodofbgpogpalnofodgh
Официальный URL https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh
Описание Move twitch chat to the left side
Размер файла 12.65 KB
Количество установок 17
Текущая Версия 1.0.2
Последнее Обновление 2022-04-12
Дата публикации 2022-04-12
Рейтинг 1.00/5 Всего 2 оценок
Разработчик https://nomercy.tv
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool
URL страницы помощи https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "action": {
        "default_icon": {
            "48": "icons\/twitch-48x48.png"
        },
        "default_title": "Twitch Tools",
        "default_popup": "popup\/menu.html"
    },
    "name": "Twitch Tools",
    "description": "Move twitch chat to the left side",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/twitch-48x48.png",
        "128": "icons\/twitch-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "plugins\/*",
                "lib\/*",
                "popup\/*",
                "content\/*"
            ],
            "use_dynamic_url": true,
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}