xQc Hopper

Switch between xQc's Twitch/Kick streams and chats seamlessly.

Что такое xQc Hopper?

xQc Hopper - это расширение Chrome, разработанное Fabian Schultz, и его основная функция - "Switch between xQc's Twitch/Kick streams and chats seamlessly.".

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

screenshot

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

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

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

                        Comes with a less resource-intensive video player and polls periodically for the live stream. Left toggle switches the stream, right toggle switches the chat.

Pro tip: Add a hash to the player URL followed by another streamer's username to use this extension for other steams as well, for example `/player.html#xqc`.                    

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

Название xQc Hopper xQc Hopper
ID lmiipaafbbnhjaegkfkljfakhkehmgaj
Официальный URL https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj
Описание Switch between xQc's Twitch/Kick streams and chats seamlessly.
Размер файла 102 KB
Количество установок 29
Текущая Версия 0.2
Последнее Обновление 2023-06-18
Дата публикации 2023-06-18
Разработчик Fabian Schultz
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "xQc Hopper",
    "version": "0.2",
    "author": "u\/vonpapen",
    "description": "Switch between xQc's Twitch\/Kick streams and chats seamlessly.",
    "permissions": [
        "cookies",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*.kick.com\/*",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.ttvnw.net\/*",
        "*:\/\/*.akamaized.net\/*",
        "*:\/\/*.live-video.net\/*"
    ],
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}