xQc Hopper

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

Co je xQc Hopper?

xQc Hopper je rozšíření Chrome vyvinuté Fabian Schultz, a jeho hlavní funkcí je „Switch between xQc's Twitch/Kick streams and chats seamlessly.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření xQc Hopper

Stáhněte si soubory rozšíření xQc Hopper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název xQc Hopper xQc Hopper
ID lmiipaafbbnhjaegkfkljfakhkehmgaj
Oficiální URL https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj
Popis Switch between xQc's Twitch/Kick streams and chats seamlessly.
Velikost souboru 102 KB
Počet instalací 29
Aktuální Verze 0.2
Poslední Aktualizace 2023-06-18
Datum Vydání 2023-06-18
Vývojář Fabian Schultz
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}