xQc Hopper

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

Cos'è xQc Hopper?

xQc Hopper è un'estensione di Chrome sviluppata da Fabian Schultz, e la sua funzione principale è "Switch between xQc's Twitch/Kick streams and chats seamlessly.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione xQc Hopper

Scarica i file di estensione xQc Hopper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome xQc Hopper xQc Hopper
ID lmiipaafbbnhjaegkfkljfakhkehmgaj
URL Ufficiale https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj
Descrizione Switch between xQc's Twitch/Kick streams and chats seamlessly.
Dimensione del File 102 KB
Conteggio Installazioni 29
Versione Corrente 0.2
Ultimo Aggiornamento 2023-06-18
Data di Pubblicazione 2023-06-18
Sviluppatore Fabian Schultz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}