xQc Hopper

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

O que é xQc Hopper?

xQc Hopper é uma extensão do Chrome desenvolvida por Fabian Schultz, e sua principal característica é "Switch between xQc's Twitch/Kick streams and chats seamlessly.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão xQc Hopper

Baixe arquivos de extensão xQc Hopper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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`.                    

Informações Básicas da Extensão

Nome xQc Hopper xQc Hopper
ID lmiipaafbbnhjaegkfkljfakhkehmgaj
URL Oficial https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj
Descrição Switch between xQc's Twitch/Kick streams and chats seamlessly.
Tamanho do Arquivo 102 KB
Contagem de Instalações 29
Versão Atual 0.2
Última Atualização 2023-06-18
Data de Publicação 2023-06-18
Desenvolvedor Fabian Schultz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}