xQc Hopper
Switch between xQc's Twitch/Kick streams and chats seamlessly.
Wat is xQc Hopper?
xQc Hopper is een Chrome-extensie ontwikkeld door Fabian Schultz, en de belangrijkste functie is "Switch between xQc's Twitch/Kick streams and chats seamlessly.".
Extensie Screenshots
Download het CRX-bestand van de extensie xQc Hopper
Download xQc Hopper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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`.
Basisinformatie over de Extensie
Naam | xQc Hopper |
ID | lmiipaafbbnhjaegkfkljfakhkehmgaj |
Officiële URL | https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj |
Beschrijving | Switch between xQc's Twitch/Kick streams and chats seamlessly. |
Bestandsgrootte | 102 KB |
Aantal Installaties | 29 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2023-06-18 |
Publicatiedatum | 2023-06-18 |
Ontwikkelaar | Fabian Schultz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |