xQc Hopper
Switch between xQc's Twitch/Kick streams and chats seamlessly.
Hvad er xQc Hopper?
xQc Hopper er en Chrome-udvidelse udviklet af Fabian Schultz, og dens hovedfunktion er "Switch between xQc's Twitch/Kick streams and chats seamlessly.".
Udvidelsesskærmbilleder
Download xQc Hopper-udvidelses-CRX-fil
Download xQc Hopper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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`.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | lmiipaafbbnhjaegkfkljfakhkehmgaj | 
| Officiel URL | https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj | 
| Beskrivelse | Switch between xQc's Twitch/Kick streams and chats seamlessly. | 
| Filstørrelse | 102 KB | 
| Antal Installationer | 29 | 
| Nuværende Version | 0.2 | 
| Senest Opdateret | 2023-06-18 | 
| Udgivelsesdato | 2023-06-18 | 
| Udvikler | Fabian Schultz | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
    }
}  |  |