xQc Hopper

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

What is xQc Hopper?

xQc Hopper is a Chrome extension developed by Fabian Schultz, and its main feature is "Switch between xQc's Twitch/Kick streams and chats seamlessly.".

Extension Screenshots

screenshot

Download xQc Hopper Extension CRX File

Download xQc Hopper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name xQc Hopper xQc Hopper
ID lmiipaafbbnhjaegkfkljfakhkehmgaj
Official URL https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj
Description Switch between xQc's Twitch/Kick streams and chats seamlessly.
File Size 102 KB
Installation Count 29
Current Version 0.2
Last Updated 2023-06-18
Publish Date 2023-06-18
Developer Fabian Schultz
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}