xQc Hopper
Switch between xQc's Twitch/Kick streams and chats seamlessly.
Co to jest xQc Hopper?
xQc Hopper to rozszerzenie Chrome opracowane przez Fabian Schultz, a jego główną funkcją jest „Switch between xQc's Twitch/Kick streams and chats seamlessly.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia xQc Hopper
Pobierz pliki rozszerzeń xQc Hopper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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`. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lmiipaafbbnhjaegkfkljfakhkehmgaj |
| Oficjalny URL | https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj |
| Opis | Switch between xQc's Twitch/Kick streams and chats seamlessly. |
| Rozmiar pliku | 102 KB |
| Liczba instalacji | 29 |
| Aktualna Wersja | 0.2 |
| Ostatnia Aktualizacja | 2023-06-18 |
| Data Publikacji | 2023-06-18 |
| Deweloper | Fabian Schultz |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |